#C4A782

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

Shades of Rodeo Dust #C4A782

Tints of Rodeo Dust #C4A782

Color information

#C4A782 (or 0xC4A782) is unknown color: approx Rodeo Dust. HEX triplet: C4, A7 and 82. RGB value is (196,167,130). Sum of RGB (Red+Green+Blue) = 196+167+130=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A782 is #3B587D. Grayscale: #ABABAB. Windows color (decimal): -3889278 or 8562628. OLE color: 8562628.

HSL color Cylindrical-coordinate representation of color #C4A782: hue angle of 33.64º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4A782 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB196167130-
CMYK00.150.340.23
HSL33.64º35.87%63.92%-
HSV(B)33.64º33.67%76.86%-
XYZ40.6140.9826.89-
YUV171.45104.61145.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=39.76%
G=33.87%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616713000.150.340.2333.6435.8763.92
HexC4A7820F2217222440
Octal30424720201742274244100
Binary11000100101001111000001001111100010101111000101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A782; }

 p { color: rgb(196,167,130); }

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

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

 a { background-color: rgb(196,167,130); }

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

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

 span { border-color: rgb(196,167,130); }

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