#C09999

Color #C09999 Rosy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rosy Brown #C09999

Tints of Rosy Brown #C09999

Color information

#C09999 (or 0xC09999) is unknown color: approx Rosy Brown. HEX triplet: C0, 99 and 99. RGB value is (192,153,153). Sum of RGB (Red+Green+Blue) = 192+153+153=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C09999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09999 is #3F6666. Grayscale: #A4A4A4. Windows color (decimal): -4154983 or 10066368. OLE color: 10066368.

HSL color Cylindrical-coordinate representation of color #C09999: hue angle of 0º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09999 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192153153-
CMYK00.200.200.25
HSL23.64%67.65%-
HSV(B)20.31%75.29%-
XYZ38.8836.2935.09-
YUV164.66121.42147.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=38.55%
G=30.72%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215315300.200.200.25023.6467.65
HexC09999014141901844
Octal3002312310242431030104
Binary11000000100110011001100101010010100110010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09999; }

 p { color: rgb(192,153,153); }

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

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

 a { background-color: rgb(192,153,153); }

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

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

 span { border-color: rgb(192,153,153); }

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