#C09A9A

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

Shades of Rosy Brown #C09A9A

Tints of Rosy Brown #C09A9A

Color information

#C09A9A (or 0xC09A9A) is unknown color: approx Rosy Brown. HEX triplet: C0, 9A and 9A. RGB value is (192,154,154). Sum of RGB (Red+Green+Blue) = 192+154+154=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A9A is #3F6565. Grayscale: #A5A5A5. Windows color (decimal): -4154726 or 10132160. OLE color: 10132160.

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

Color convert

RGB192154154-
CMYK00.200.200.25
HSL23.17%67.84%-
HSV(B)19.79%75.29%-
XYZ39.1336.6535.58-
YUV165.36121.59147-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=38.4%
G=30.8%
B=30.8%

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
Decimal19215415400.200.200.25023.1767.84
HexC09A9A014141901744
Octal3002322320242431027104
Binary11000000100110101001101001010010100110010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A9A; }

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

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

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

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

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

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

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

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