#C9A888

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

Shades of Rodeo Dust #C9A888

Tints of Rodeo Dust #C9A888

Color information

#C9A888 (or 0xC9A888) is unknown color: approx Rodeo Dust. HEX triplet: C9, A8 and 88. RGB value is (201,168,136). Sum of RGB (Red+Green+Blue) = 201+168+136=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A888 is #365777. Grayscale: #AEAEAE. Windows color (decimal): -3561336 or 8956105. OLE color: 8956105.

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

Color convert

RGB201168136-
CMYK00.160.320.21
HSL29.54º37.57%66.08%-
HSV(B)29.54º32.34%78.82%-
XYZ42.5342.229.2-
YUV174.22106.43147.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 168 (66.02% from 255) = 33.27%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=39.80%
G=33.27%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116813600.160.320.2129.5437.5766.08
HexC9A88801020151e2642
Octal31125021002040253646102
Binary11001001101010001000100001000010000010101111101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A888; }

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

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

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

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

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

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

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

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