#C09996

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

Shades of Rosy Brown #C09996

Tints of Rosy Brown #C09996

Color information

#C09996 (or 0xC09996) is unknown color: approx Rosy Brown. HEX triplet: C0, 99 and 96. RGB value is (192,153,150). Sum of RGB (Red+Green+Blue) = 192+153+150=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C09996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09996 is #3F6669. Grayscale: #A4A4A4. Windows color (decimal): -4154986 or 9869760. OLE color: 9869760.

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

Color convert

RGB192153150-
CMYK00.200.220.25
HSL4.29º25%67.06%-
HSV(B)4.29º21.88%75.29%-
XYZ38.6336.1933.8-
YUV164.32119.92147.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 150 (58.98% from 255) = 30.30%
R=38.79%
G=30.91%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215315000.200.220.254.292567.06
HexC09996014161941943
Octal3002312260242631431103
Binary1100000010011001100101100101001011011001100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09996; }

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

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

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

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

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

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

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

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