#C8A88E

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

Shades of Rodeo Dust #C8A88E

Tints of Rodeo Dust #C8A88E

Color information

#C8A88E (or 0xC8A88E) is unknown color: approx Rodeo Dust. HEX triplet: C8, A8 and 8E. RGB value is (200,168,142). Sum of RGB (Red+Green+Blue) = 200+168+142=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A88E is #375771. Grayscale: #AEAEAE. Windows color (decimal): -3626866 or 9349320. OLE color: 9349320.

HSL color Cylindrical-coordinate representation of color #C8A88E: hue angle of 26.9º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8A88E is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200168142-
CMYK00.160.290.22
HSL26.9º34.52%67.06%-
HSV(B)26.9º29%78.43%-
XYZ42.742.2431.49-
YUV174.6109.6146.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=39.22%
G=32.94%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20016814200.160.290.2226.934.5267.06
HexC8A88E0101D161b2343
Octal31025021602035263343103
Binary1100100010101000100011100100001110110110110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A88E; }

 p { color: rgb(200,168,142); }

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

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

 a { background-color: rgb(200,168,142); }

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

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

 span { border-color: rgb(200,168,142); }

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