#C49297

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

Shades of Careys Pink #C49297

Tints of Careys Pink #C49297

Color information

#C49297 (or 0xC49297) is unknown color: approx Careys Pink. HEX triplet: C4, 92 and 97. RGB value is (196,146,151). Sum of RGB (Red+Green+Blue) = 196+146+151=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49297 is #3B6D68. Grayscale: #A1A1A1. Windows color (decimal): -3894633 or 9933508. OLE color: 9933508.

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

Color convert

RGB196146151-
CMYK00.260.230.23
HSL354º29.76%67.06%-
HSV(B)354º25.51%76.86%-
XYZ38.6334.5333.91-
YUV161.52122.06152.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 151 (59.38% from 255) = 30.63%
R=39.76%
G=29.61%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614615100.260.230.2335429.7667.06
HexC4929701A17171621e43
Octal304222227032272754236103
Binary1100010010010010100101110110101011110111101100010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49297; }

 p { color: rgb(196,146,151); }

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

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

 a { background-color: rgb(196,146,151); }

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

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

 span { border-color: rgb(196,146,151); }

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