#C9A88B

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

Shades of Rodeo Dust #C9A88B

Tints of Rodeo Dust #C9A88B

Color information

#C9A88B (or 0xC9A88B) is unknown color: approx Rodeo Dust. HEX triplet: C9, A8 and 8B. RGB value is (201,168,139). Sum of RGB (Red+Green+Blue) = 201+168+139=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A88B is #365774. Grayscale: #AEAEAE. Windows color (decimal): -3561333 or 9152713. OLE color: 9152713.

HSL color Cylindrical-coordinate representation of color #C9A88B: hue angle of 28.06º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9A88B is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB201168139-
CMYK00.160.310.21
HSL28.06º36.47%66.67%-
HSV(B)28.06º30.85%78.82%-
XYZ42.7542.2930.34-
YUV174.56107.93146.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=39.57%
G=33.07%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116813900.160.310.2128.0636.4766.67
HexC9A88B0101F151c2443
Octal31125021302037253444103
Binary1100100110101000100010110100001111110101111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A88B; }

 p { color: rgb(201,168,139); }

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

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

 a { background-color: rgb(201,168,139); }

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

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

 span { border-color: rgb(201,168,139); }

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