#C49496

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

Shades of Careys Pink #C49496

Tints of Careys Pink #C49496

Color information

#C49496 (or 0xC49496) is unknown color: approx Careys Pink. HEX triplet: C4, 94 and 96. RGB value is (196,148,150). Sum of RGB (Red+Green+Blue) = 196+148+150=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C49496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49496 is #3B6B69. Grayscale: #A2A2A2. Windows color (decimal): -3894122 or 9868484. OLE color: 9868484.

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

Color convert

RGB196148150-
CMYK00.240.230.23
HSL357.5º28.92%67.45%-
HSV(B)357.5º24.49%76.86%-
XYZ38.8635.1233.58-
YUV162.58120.9151.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=39.68%
G=29.96%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614815000.240.230.23357.528.9267.45
HexC4949601817171661d43
Octal304224226030272754635103
Binary1100010010010100100101100110001011110111101100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49496; }

 p { color: rgb(196,148,150); }

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

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

 a { background-color: rgb(196,148,150); }

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

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

 span { border-color: rgb(196,148,150); }

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