#C09D9D

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

Shades of Rosy Brown #C09D9D

Tints of Rosy Brown #C09D9D

Color information

#C09D9D (or 0xC09D9D) is unknown color: approx Rosy Brown. HEX triplet: C0, 9D and 9D. RGB value is (192,157,157). Sum of RGB (Red+Green+Blue) = 192+157+157=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D9D is #3F6262. Grayscale: #A7A7A7. Windows color (decimal): -4153955 or 10329536. OLE color: 10329536.

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

Color convert

RGB192157157-
CMYK00.180.180.25
HSL21.74%68.43%-
HSV(B)18.23%75.29%-
XYZ39.8837.7537.08-
YUV167.46122.1145.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 157 (61.72% from 255) = 31.03%
R=37.94%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215715700.180.180.25021.7468.43
HexC09D9D012121901644
Octal3002352350222231026104
Binary11000000100111011001110101001010010110010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09D9D; }

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

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

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

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

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

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

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

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