#C49193

Color #C49193 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C49193

Tints of Careys Pink #C49193

Color information

#C49193 (or 0xC49193) is unknown color: approx Careys Pink. HEX triplet: C4, 91 and 93. RGB value is (196,145,147). Sum of RGB (Red+Green+Blue) = 196+145+147=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C49193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49193 is #3B6E6C. Grayscale: #A0A0A0. Windows color (decimal): -3894893 or 9671108. OLE color: 9671108.

HSL color Cylindrical-coordinate representation of color #C49193: hue angle of 357.65º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49193 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB196145147-
CMYK00.260.250.23
HSL357.65º30.18%66.86%-
HSV(B)357.65º26.02%76.86%-
XYZ38.1634.0932.17-
YUV160.48120.4153.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 145 (57.03% from 255) = 29.71%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=40.16%
G=29.71%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614514700.260.250.23357.6530.1866.86
HexC4919301A19171661e43
Octal304221223032312754636103
Binary1100010010010001100100110110101100110111101100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49193; }

 p { color: rgb(196,145,147); }

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

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

 a { background-color: rgb(196,145,147); }

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

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

 span { border-color: rgb(196,145,147); }

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