Html Css Color HEX #C9A980 Rodeo Dust

📋 copy color: '#C9A980'

red 201 ◦ green 169 ◦ blue 128

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

Shades of Rodeo Dust #C9A980

Tints of Rodeo Dust #C9A980

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.94%

 BLUE value IS 128 (50.39% from 255) = 25.7%

R = 40.36%
G = 33.94%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C9A980 (or 0xC9A980) is known color: Rodeo Dust. HEX triplet: C9, A9 and 80. RGB value is (201,169,128). Sum of RGB (Red+Green+Blue) = 201+169+128=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A980 is #36567F. Grayscale: #AEAEAE. Windows color (decimal): -3561088 or 8432073. OLE color: 8432073.

HSL color Cylindrical-coordinate representation of color #C9A980: hue angle of 33.7º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9A980 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 169 128 -
CMYK 0 0.16 0.36 0.21
HSL 33.7º 0.4% 0.65% -
HSV(B) 33.7º 0.36% 0.79% -
XYZ 42.17 42.35 26.37 -
YUV 173.89 102.1 147.33 -
System Red Green Blue C M Y K H S L
Decimal 201 169 128 0 0.16 0.36 0.21 33.7 0.4 0.65
Hex C9 A9 80 0 10 24 15 22 28 41
Octal 311 251 200 0 20 44 25 42 50 101
Binary 11001001 10101001 10000000 0 10000 100100 10101 100010 101000 1000001

Color Harmonies of #C9A980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A980

Black with #C9A980

Text Example


Text Example

White with #C9A980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A980; }

 p { color: rgb(201,169,128); }

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

background-color css

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

 a { background-color: rgb(201,169,128); }

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

border-color css

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

 span { border-color: rgb(201,169,128); }

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