#C9AB8F

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

Shades of Rodeo Dust #C9AB8F

Tints of Rodeo Dust #C9AB8F

Color information

#C9AB8F (or 0xC9AB8F) is unknown color: approx Rodeo Dust. HEX triplet: C9, AB and 8F. RGB value is (201,171,143). Sum of RGB (Red+Green+Blue) = 201+171+143=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AB8F is #365470. Grayscale: #B0B0B0. Windows color (decimal): -3560561 or 9415625. OLE color: 9415625.

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

Color convert

RGB201171143-
CMYK00.150.290.21
HSL28.97º34.94%67.45%-
HSV(B)28.97º28.86%78.82%-
XYZ43.6143.5332.09-
YUV176.78108.94145.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=39.03%
G=33.20%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117114300.150.290.2128.9734.9467.45
HexC9AB8F0F1D151d2343
Octal31125321701735253543103
Binary110010011010101110001111011111110110101111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB8F; }

 p { color: rgb(201,171,143); }

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

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

 a { background-color: rgb(201,171,143); }

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

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

 span { border-color: rgb(201,171,143); }

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