Html Css Color HEX #C9A882 Rodeo Dust

📋 copy color: '#C9A882'

red 201 ◦ green 168 ◦ blue 130

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

Shades of Rodeo Dust #C9A882

Tints of Rodeo Dust #C9A882

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.67%

 BLUE value IS 130 (51.17% from 255) = 26.05%

R = 40.28%
G = 33.67%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C9A882 (or 0xC9A882) is known color: Rodeo Dust. HEX triplet: C9, A8 and 82. RGB value is (201,168,130). Sum of RGB (Red+Green+Blue) = 201+168+130=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A882 is #36577D. Grayscale: #ADADAD. Windows color (decimal): -3561342 or 8562889. OLE color: 8562889.

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

Color convert

RGB 201 168 130 -
CMYK 0 0.16 0.35 0.21
HSL 32.11º 0.4% 0.65% -
HSV(B) 32.11º 0.35% 0.79% -
XYZ 42.12 42.03 27.01 -
YUV 173.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 201 168 130 0 0.16 0.35 0.21 32.11 0.4 0.65
Hex C9 A8 82 0 10 23 15 20 28 41
Octal 311 250 202 0 20 43 25 40 50 101
Binary 11001001 10101000 10000010 0 10000 100011 10101 100000 101000 1000001

Color Harmonies of #C9A882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A882

Black with #C9A882

Text Example


Text Example

White with #C9A882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A882; }

 p { color: rgb(201,168,130); }

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

background-color css

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

 a { background-color: rgb(201,168,130); }

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

border-color css

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

 span { border-color: rgb(201,168,130); }

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