#C7A287

Color #C7A287 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C7A287

Tints of Rodeo Dust #C7A287

Color information

#C7A287 (or 0xC7A287) is unknown color: approx Rodeo Dust. HEX triplet: C7, A2 and 87. RGB value is (199,162,135). Sum of RGB (Red+Green+Blue) = 199+162+135=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A287 is #385D78. Grayscale: #AAAAAA. Windows color (decimal): -3693945 or 8889031. OLE color: 8889031.

HSL color Cylindrical-coordinate representation of color #C7A287: hue angle of 25.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7A287 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB199162135-
CMYK00.190.320.22
HSL25.31º36.36%65.49%-
HSV(B)25.31º32.16%78.04%-
XYZ40.8539.7328.44-
YUV169.98108.26148.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 162 (63.67% from 255) = 32.66%
BLUE value IS 135 (53.12% from 255) = 27.22%
R=40.12%
G=32.66%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916213500.190.320.2225.3136.3665.49
HexC7A2870132016192441
Octal30724220702340263144101
Binary11000111101000101000011101001110000010110110011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A287; }

 p { color: rgb(199,162,135); }

 H1.HeaderClassName
 {
   color: #C7A287;
 }
 .AnyTagClassName
 {
   color: #C7A287;
 }
</style>
background-color css

<style>
 a { background-color: #C7A287; }

 a { background-color: rgb(199,162,135); }

 div.DivClassName
 {
   background-color: #C7A287;
 }
 .BgClassName
 {
   background-color: #C7A287;
 }
</style>
border-color css

<style>
 span { border-color: #C7A287; }

 span { border-color: rgb(199,162,135); }

 td.TdClassName
 {
   border-color: #C7A287;
 }
 .TagClassName
 {
   border-color: #C7A287;
 }
</style>