#C09896

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

Shades of Rosy Brown #C09896

Tints of Rosy Brown #C09896

Color information

#C09896 (or 0xC09896) is unknown color: approx Rosy Brown. HEX triplet: C0, 98 and 96. RGB value is (192,152,150). Sum of RGB (Red+Green+Blue) = 192+152+150=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C09896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09896 is #3F6769. Grayscale: #A3A3A3. Windows color (decimal): -4155242 or 9869504. OLE color: 9869504.

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

Color convert

RGB192152150-
CMYK00.210.220.25
HSL2.86º25%67.06%-
HSV(B)2.86º21.88%75.29%-
XYZ38.4735.8633.75-
YUV163.73120.25148.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.87%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=38.87%
G=30.77%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215215000.210.220.252.862567.06
HexC09896015161931943
Octal3002302260252631331103
Binary110000001001100010010110010101101101100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09896; }

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

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

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

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

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

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

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

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