#C49395

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

Shades of Careys Pink #C49395

Tints of Careys Pink #C49395

Color information

#C49395 (or 0xC49395) is unknown color: approx Careys Pink. HEX triplet: C4, 93 and 95. RGB value is (196,147,149). Sum of RGB (Red+Green+Blue) = 196+147+149=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C49395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49395 is #3B6C6A. Grayscale: #A1A1A1. Windows color (decimal): -3894379 or 9802692. OLE color: 9802692.

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

Color convert

RGB196147149-
CMYK00.250.240.23
HSL357.55º29.34%67.25%-
HSV(B)357.55º25%76.86%-
XYZ38.6234.7733.11-
YUV161.88120.73152.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 147 (57.81% from 255) = 29.88%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=39.84%
G=29.88%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614714900.250.240.23357.5529.3467.25
HexC4939501918171661d43
Octal304223225031302754635103
Binary1100010010010011100101010110011100010111101100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49395; }

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

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

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

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

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

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

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

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