Html Css Color HEX #C9A689 Rodeo Dust

📋 copy color: '#C9A689'

red 201 ◦ green 166 ◦ blue 137

#C9A689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rodeo Dust #C9A689

Tints of Rodeo Dust #C9A689

RGB

 RED value IS 201 (78.91% from 255) = 39.88%

 GREEN value IS 166 (65.23% from 255) = 32.94%

 BLUE value IS 137 (53.91% from 255) = 27.18%

R = 39.88%
G = 32.94%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C9A689 (or 0xC9A689) is known color: Rodeo Dust. HEX triplet: C9, A6 and 89. RGB value is (201,166,137). Sum of RGB (Red+Green+Blue) = 201+166+137=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A689 is #365976. Grayscale: #ADADAD. Windows color (decimal): -3561847 or 9021129. OLE color: 9021129.

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

Color convert

RGB 201 166 137 -
CMYK 0 0.17 0.32 0.21
HSL 27.19º 0.37% 0.66% -
HSV(B) 27.19º 0.32% 0.79% -
XYZ 42.24 41.5 29.45 -
YUV 173.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 201 166 137 0 0.17 0.32 0.21 27.19 0.37 0.66
Hex C9 A6 89 0 11 20 15 1B 25 42
Octal 311 246 211 0 21 40 25 33 45 102
Binary 11001001 10100110 10001001 0 10001 100000 10101 11011 100101 1000010

Color Harmonies of #C9A689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A689

Black with #C9A689

Text Example


Text Example

White with #C9A689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A689; }

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

 H1.HeaderClassName
 {
   color: #C9A689;
 }
 .AnyTagClassName
 {
   color: #C9A689;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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