#C49398

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

Shades of Careys Pink #C49398

Tints of Careys Pink #C49398

Color information

#C49398 (or 0xC49398) is unknown color: approx Careys Pink. HEX triplet: C4, 93 and 98. RGB value is (196,147,152). Sum of RGB (Red+Green+Blue) = 196+147+152=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49398 is #3B6C67. Grayscale: #A2A2A2. Windows color (decimal): -3894376 or 9999300. OLE color: 9999300.

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

Color convert

RGB196147152-
CMYK00.250.220.23
HSL353.88º29.34%67.25%-
HSV(B)353.88º25%76.86%-
XYZ38.8734.8734.39-
YUV162.22122.23152.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 152 (59.77% from 255) = 30.71%
R=39.60%
G=29.70%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614715200.250.220.23353.8829.3467.25
HexC4939801916171621d43
Octal304223230031262754235103
Binary1100010010010011100110000110011011010111101100010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49398; }

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

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

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

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

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

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

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

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