Html Css Color HEX #C99D82 Rodeo Dust

📋 copy color: '#C99D82'

red 201 ◦ green 157 ◦ blue 130

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

Shades of Rodeo Dust #C99D82

Tints of Rodeo Dust #C99D82

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

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

R = 41.19%
G = 32.17%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C99D82 (or 0xC99D82) is known color: Rodeo Dust. HEX triplet: C9, 9D and 82. RGB value is (201,157,130). Sum of RGB (Red+Green+Blue) = 201+157+130=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99D82 is #36627D. Grayscale: #A7A7A7. Windows color (decimal): -3564158 or 8560073. OLE color: 8560073.

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

Color convert

RGB 201 157 130 -
CMYK 0 0.22 0.35 0.21
HSL 22.82º 0.4% 0.65% -
HSV(B) 22.82º 0.35% 0.79% -
XYZ 40.17 38.14 26.36 -
YUV 167.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 201 157 130 0 0.22 0.35 0.21 22.82 0.4 0.65
Hex C9 9D 82 0 16 23 15 17 28 41
Octal 311 235 202 0 26 43 25 27 50 101
Binary 11001001 10011101 10000010 0 10110 100011 10101 10111 101000 1000001

Color Harmonies of #C99D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D82

Black with #C99D82

Text Example


Text Example

White with #C99D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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