#C09A99

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

Shades of Rosy Brown #C09A99

Tints of Rosy Brown #C09A99

Color information

#C09A99 (or 0xC09A99) is unknown color: approx Rosy Brown. HEX triplet: C0, 9A and 99. RGB value is (192,154,153). Sum of RGB (Red+Green+Blue) = 192+154+153=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A99 is #3F6566. Grayscale: #A5A5A5. Windows color (decimal): -4154727 or 10066624. OLE color: 10066624.

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

Color convert

RGB192154153-
CMYK00.200.200.25
HSL1.54º23.64%67.65%-
HSV(B)1.54º20.31%75.29%-
XYZ39.0436.6235.15-
YUV165.25121.09147.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=38.48%
G=30.86%
B=30.66%

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
Decimal19215415300.200.200.251.5423.6467.65
HexC09A99014141921844
Octal3002322310242431230104
Binary110000001001101010011001010100101001100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A99; }

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

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

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

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

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

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

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

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