Html Css Color HEX #C9A582 Rodeo Dust

📋 copy color: '#C9A582'

red 201 ◦ green 165 ◦ blue 130

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

Shades of Rodeo Dust #C9A582

Tints of Rodeo Dust #C9A582

RGB

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

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

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

R = 40.52%
G = 33.27%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C9A582 (or 0xC9A582) is known color: Rodeo Dust. HEX triplet: C9, A5 and 82. RGB value is (201,165,130). Sum of RGB (Red+Green+Blue) = 201+165+130=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A582 is #365A7D. Grayscale: #ABABAB. Windows color (decimal): -3562110 or 8562121. OLE color: 8562121.

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

Color convert

RGB 201 165 130 -
CMYK 0 0.18 0.35 0.21
HSL 29.58º 0.4% 0.65% -
HSV(B) 29.58º 0.35% 0.79% -
XYZ 41.57 40.94 26.83 -
YUV 171.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 201 165 130 0 0.18 0.35 0.21 29.58 0.4 0.65
Hex C9 A5 82 0 12 23 15 1E 28 41
Octal 311 245 202 0 22 43 25 36 50 101
Binary 11001001 10100101 10000010 0 10010 100011 10101 11110 101000 1000001

Color Harmonies of #C9A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A582

Black with #C9A582

Text Example


Text Example

White with #C9A582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A582; }

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

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

background-color css

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

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

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

border-color css

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

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

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