#C99C83

Color #C99C83 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #C99C83

Tints of Rodeo Dust #C99C83

Color information

#C99C83 (or 0xC99C83) is unknown color: approx Rodeo Dust. HEX triplet: C9, 9C and 83. RGB value is (201,156,131). Sum of RGB (Red+Green+Blue) = 201+156+131=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99C83 is #36637C. Grayscale: #A6A6A6. Windows color (decimal): -3564413 or 8625353. OLE color: 8625353.

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

Color convert

RGB201156131-
CMYK00.220.350.21
HSL21.43º39.33%65.1%-
HSV(B)21.43º34.83%78.82%-
XYZ40.0737.8326.66-
YUV166.6107.91152.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.19%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 131 (51.56% from 255) = 26.84%
R=41.19%
G=31.97%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115613100.220.350.2121.4339.3365.1
HexC99C830162315152741
Octal31123420302643252547101
Binary11001001100111001000001101011010001110101101011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99C83; }

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

 H1.HeaderClassName
 {
   color: #C99C83;
 }
 .AnyTagClassName
 {
   color: #C99C83;
 }
</style>
background-color css

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

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

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

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

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

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