#C9AA8B

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

Shades of Rodeo Dust #C9AA8B

Tints of Rodeo Dust #C9AA8B

Color information

#C9AA8B (or 0xC9AA8B) is unknown color: approx Rodeo Dust. HEX triplet: C9, AA and 8B. RGB value is (201,170,139). Sum of RGB (Red+Green+Blue) = 201+170+139=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AA8B is #365574. Grayscale: #AFAFAF. Windows color (decimal): -3560821 or 9153225. OLE color: 9153225.

HSL color Cylindrical-coordinate representation of color #C9AA8B: hue angle of 30º 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 #C9AA8B is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB201170139-
CMYK00.150.310.21
HSL30º36.47%66.67%-
HSV(B)30º30.85%78.82%-
XYZ43.1243.0330.46-
YUV175.74107.27146.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.41%
GREEN value IS 170 (66.80% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=39.41%
G=33.33%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117013900.150.310.213036.4766.67
HexC9AA8B0F1F151e2443
Octal31125221301737253644103
Binary110010011010101010001011011111111110101111101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA8B; }

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

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

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

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

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

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

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

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