#C9A68D

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

Shades of Rodeo Dust #C9A68D

Tints of Rodeo Dust #C9A68D

Color information

#C9A68D (or 0xC9A68D) is unknown color: approx Rodeo Dust. HEX triplet: C9, A6 and 8D. RGB value is (201,166,141). Sum of RGB (Red+Green+Blue) = 201+166+141=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A68D is #365972. Grayscale: #ADADAD. Windows color (decimal): -3561843 or 9283273. OLE color: 9283273.

HSL color Cylindrical-coordinate representation of color #C9A68D: hue angle of 25º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9A68D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201166141-
CMYK00.170.300.21
HSL25º35.71%67.06%-
HSV(B)25º29.85%78.82%-
XYZ42.5341.6130.99-
YUV173.62109.6147.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.57%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=39.57%
G=32.68%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116614100.170.300.212535.7167.06
HexC9A68D0111E15192443
Octal31124621502136253144103
Binary1100100110100110100011010100011111010101110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A68D; }

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

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

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

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

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

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

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

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