#C9A68A

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

Shades of Rodeo Dust #C9A68A

Tints of Rodeo Dust #C9A68A

Color information

#C9A68A (or 0xC9A68A) is unknown color: approx Rodeo Dust. HEX triplet: C9, A6 and 8A. RGB value is (201,166,138). Sum of RGB (Red+Green+Blue) = 201+166+138=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A68A is #365975. Grayscale: #ADADAD. Windows color (decimal): -3561846 or 9086665. OLE color: 9086665.

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

Color convert

RGB201166138-
CMYK00.170.310.21
HSL26.67º36.84%66.47%-
HSV(B)26.67º31.34%78.82%-
XYZ42.3141.5229.83-
YUV173.27108.1147.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.80%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=39.80%
G=32.87%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116613800.170.310.2126.6736.8466.47
HexC9A68A0111F151b2542
Octal31124621202137253345102
Binary1100100110100110100010100100011111110101110111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A68A; }

 p { color: rgb(201,166,138); }

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

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

 a { background-color: rgb(201,166,138); }

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

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

 span { border-color: rgb(201,166,138); }

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