#C4A278

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

Shades of Rodeo Dust #C4A278

Tints of Rodeo Dust #C4A278

Color information

#C4A278 (or 0xC4A278) is unknown color: approx Rodeo Dust. HEX triplet: C4, A2 and 78. RGB value is (196,162,120). Sum of RGB (Red+Green+Blue) = 196+162+120=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A278 is #3B5D87. Grayscale: #A7A7A7. Windows color (decimal): -3890568 or 7905988. OLE color: 7905988.

HSL color Cylindrical-coordinate representation of color #C4A278: hue angle of 33.16º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C4A278 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB196162120-
CMYK00.170.390.23
HSL33.16º39.18%61.96%-
HSV(B)33.16º38.78%76.86%-
XYZ39.0838.9323.22-
YUV167.38101.26148.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 120 (47.27% from 255) = 25.10%
R=41.00%
G=33.89%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616212000.170.390.2333.1639.1861.96
HexC4A278011271721273e
Octal3042421700214727414776
Binary1100010010100010111100001000110011110111100001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A278; }

 p { color: rgb(196,162,120); }

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

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

 a { background-color: rgb(196,162,120); }

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

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

 span { border-color: rgb(196,162,120); }

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