Html Css Color HEX #C9A680 Rodeo Dust

📋 copy color: '#C9A680'

red 201 ◦ green 166 ◦ blue 128

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

Shades of Rodeo Dust #C9A680

Tints of Rodeo Dust #C9A680

RGB

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

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

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

R = 40.61%
G = 33.54%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C9A680 (or 0xC9A680) is known color: Rodeo Dust. HEX triplet: C9, A6 and 80. RGB value is (201,166,128). Sum of RGB (Red+Green+Blue) = 201+166+128=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A680 is #36597F. Grayscale: #ACACAC. Windows color (decimal): -3561856 or 8431305. OLE color: 8431305.

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

Color convert

RGB 201 166 128 -
CMYK 0 0.17 0.36 0.21
HSL 31.23º 0.4% 0.65% -
HSV(B) 31.23º 0.36% 0.79% -
XYZ 41.62 41.25 26.19 -
YUV 172.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 201 166 128 0 0.17 0.36 0.21 31.23 0.4 0.65
Hex C9 A6 80 0 11 24 15 1F 28 41
Octal 311 246 200 0 21 44 25 37 50 101
Binary 11001001 10100110 10000000 0 10001 100100 10101 11111 101000 1000001

Color Harmonies of #C9A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A680

Black with #C9A680

Text Example


Text Example

White with #C9A680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A680; }

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

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

background-color css

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

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

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

border-color css

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

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

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