#C49598

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

Shades of Careys Pink #C49598

Tints of Careys Pink #C49598

Color information

#C49598 (or 0xC49598) is unknown color: approx Careys Pink. HEX triplet: C4, 95 and 98. RGB value is (196,149,152). Sum of RGB (Red+Green+Blue) = 196+149+152=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C49598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49598 is #3B6A67. Grayscale: #A3A3A3. Windows color (decimal): -3893864 or 9999812. OLE color: 9999812.

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

Color convert

RGB196149152-
CMYK00.240.220.23
HSL356.17º28.48%67.65%-
HSV(B)356.17º23.98%76.86%-
XYZ39.1835.534.49-
YUV163.4121.57151.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=39.44%
G=29.98%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614915200.240.220.23356.1728.4867.65
HexC4959801816171641c44
Octal304225230030262754434104
Binary1100010010010101100110000110001011010111101100100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49598; }

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

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

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

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

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

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

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

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