#C8A377

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

Shades of Rodeo Dust #C8A377

Tints of Rodeo Dust #C8A377

Color information

#C8A377 (or 0xC8A377) is unknown color: approx Rodeo Dust. HEX triplet: C8, A3 and 77. RGB value is (200,163,119). Sum of RGB (Red+Green+Blue) = 200+163+119=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A377 is #375C88. Grayscale: #A9A9A9. Windows color (decimal): -3628169 or 7840712. OLE color: 7840712.

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

Color convert

RGB200163119-
CMYK00.180.400.22
HSL32.59º42.41%62.55%-
HSV(B)32.59º40.5%78.43%-
XYZ40.2539.8123.01-
YUV169.0599.76150.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=41.49%
G=33.82%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016311900.180.400.2232.5942.4162.55
HexC8A3770122816212a3f
Octal3102431670225026415277
Binary1100100010100011111011101001010100010110100001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A377; }

 p { color: rgb(200,163,119); }

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

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

 a { background-color: rgb(200,163,119); }

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

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

 span { border-color: rgb(200,163,119); }

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