#C8A178

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

Shades of Rodeo Dust #C8A178

Tints of Rodeo Dust #C8A178

Color information

#C8A178 (or 0xC8A178) is unknown color: approx Rodeo Dust. HEX triplet: C8, A1 and 78. RGB value is (200,161,120). Sum of RGB (Red+Green+Blue) = 200+161+120=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A178 is #375E87. Grayscale: #A8A8A8. Windows color (decimal): -3628680 or 7905736. OLE color: 7905736.

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

Color convert

RGB200161120-
CMYK00.190.40.22
HSL30.75º42.11%62.75%-
HSV(B)30.75º40%78.43%-
XYZ39.9539.1323.22-
YUV167.99100.92150.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 161 (63.28% from 255) = 33.47%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=41.58%
G=33.47%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016112000.190.40.2230.7542.1162.75
HexC8A17801328161f2a3f
Octal3102411700235026375277
Binary110010001010000111110000100111010001011011111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A178; }

 p { color: rgb(200,161,120); }

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

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

 a { background-color: rgb(200,161,120); }

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

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

 span { border-color: rgb(200,161,120); }

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