#C9AB7E

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

Shades of Rodeo Dust #C9AB7E

Tints of Rodeo Dust #C9AB7E

Color information

#C9AB7E (or 0xC9AB7E) is unknown color: approx Rodeo Dust. HEX triplet: C9, AB and 7E. RGB value is (201,171,126). Sum of RGB (Red+Green+Blue) = 201+171+126=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB7E is #365481. Grayscale: #AFAFAF. Windows color (decimal): -3560578 or 8301513. OLE color: 8301513.

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

Color convert

RGB201171126-
CMYK00.150.370.21
HSL36º40.98%64.12%-
HSV(B)36º37.31%78.82%-
XYZ42.4243.0525.81-
YUV174.84100.44146.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=40.36%
G=34.34%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117112600.150.370.213640.9864.12
HexC9AB7E0F2515242940
Octal31125317601745254451100
Binary1100100110101011111111001111100101101011001001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AB7E; }

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

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

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

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

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

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

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

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