#C49A98

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

Shades of Rosy Brown #C49A98

Tints of Rosy Brown #C49A98

Color information

#C49A98 (or 0xC49A98) is unknown color: approx Rosy Brown. HEX triplet: C4, 9A and 98. RGB value is (196,154,152). Sum of RGB (Red+Green+Blue) = 196+154+152=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49A98 is #3B6567. Grayscale: #A6A6A6. Windows color (decimal): -3892584 or 10001092. OLE color: 10001092.

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

Color convert

RGB196154152-
CMYK00.210.220.23
HSL2.73º27.16%68.24%-
HSV(B)2.73º22.45%76.86%-
XYZ39.9937.1134.76-
YUV166.33119.91149.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=39.04%
G=30.68%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615415200.210.220.232.7327.1668.24
HexC49A98015161731b44
Octal3042322300252627333104
Binary110001001001101010011000010101101101011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A98; }

 p { color: rgb(196,154,152); }

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

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

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

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

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

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

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