Html Css Color HEX #C9A589 Rodeo Dust

📋 copy color: '#C9A589'

red 201 ◦ green 165 ◦ blue 137

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

Shades of Rodeo Dust #C9A589

Tints of Rodeo Dust #C9A589

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.8%

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

R = 39.96%
G = 32.8%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C9A589 (or 0xC9A589) is known color: Rodeo Dust. HEX triplet: C9, A5 and 89. RGB value is (201,165,137). Sum of RGB (Red+Green+Blue) = 201+165+137=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A589 is #365A76. Grayscale: #ACACAC. Windows color (decimal): -3562103 or 9020873. OLE color: 9020873.

HSL color Cylindrical-coordinate representation of color #C9A589: hue angle of 26.25º 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 #C9A589 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 137 -
CMYK 0 0.18 0.32 0.21
HSL 26.25º 0.37% 0.66% -
HSV(B) 26.25º 0.32% 0.79% -
XYZ 42.06 41.13 29.39 -
YUV 172.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 201 165 137 0 0.18 0.32 0.21 26.25 0.37 0.66
Hex C9 A5 89 0 12 20 15 1A 25 42
Octal 311 245 211 0 22 40 25 32 45 102
Binary 11001001 10100101 10001001 0 10010 100000 10101 11010 100101 1000010

Color Harmonies of #C9A589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A589

Black with #C9A589

Text Example


Text Example

White with #C9A589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A589; }

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

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

background-color css

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

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

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

border-color css

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

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

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