Html Css Color HEX #C99C81 Rodeo Dust

📋 copy color: '#C99C81'

red 201 ◦ green 156 ◦ blue 129

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

Shades of Rodeo Dust #C99C81

Tints of Rodeo Dust #C99C81

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.1%

 BLUE value IS 129 (50.78% from 255) = 26.54%

R = 41.36%
G = 32.1%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C99C81 (or 0xC99C81) is known color: Rodeo Dust. HEX triplet: C9, 9C and 81. RGB value is (201,156,129). Sum of RGB (Red+Green+Blue) = 201+156+129=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C81 is #36637E. Grayscale: #A6A6A6. Windows color (decimal): -3564415 or 8494281. OLE color: 8494281.

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

Color convert

RGB 201 156 129 -
CMYK 0 0.22 0.36 0.21
HSL 22.5º 0.4% 0.65% -
HSV(B) 22.5º 0.36% 0.79% -
XYZ 39.94 37.78 25.96 -
YUV 166.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 201 156 129 0 0.22 0.36 0.21 22.5 0.4 0.65
Hex C9 9C 81 0 16 24 15 16 28 41
Octal 311 234 201 0 26 44 25 26 50 101
Binary 11001001 10011100 10000001 0 10110 100100 10101 10110 101000 1000001

Color Harmonies of #C99C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99C81

Black with #C99C81

Text Example


Text Example

White with #C99C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99C81; }

 p { color: rgb(201,156,129); }

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

background-color css

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

 a { background-color: rgb(201,156,129); }

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

border-color css

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

 span { border-color: rgb(201,156,129); }

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