#C09D9C

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

Shades of Rosy Brown #C09D9C

Tints of Rosy Brown #C09D9C

Color information

#C09D9C (or 0xC09D9C) is unknown color: approx Rosy Brown. HEX triplet: C0, 9D and 9C. RGB value is (192,157,156). Sum of RGB (Red+Green+Blue) = 192+157+156=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D9C is #3F6263. Grayscale: #A7A7A7. Windows color (decimal): -4153956 or 10264000. OLE color: 10264000.

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

Color convert

RGB192157156-
CMYK00.180.190.25
HSL1.67º22.22%68.24%-
HSV(B)1.67º18.75%75.29%-
XYZ39.837.7236.64-
YUV167.35121.6145.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.02%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=38.02%
G=31.09%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215715600.180.190.251.6722.2268.24
HexC09D9C012131921644
Octal3002352340222331226104
Binary110000001001110110011100010010100111100110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09D9C; }

 p { color: rgb(192,157,156); }

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

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

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

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

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

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

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