#C48E91

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

Shades of Careys Pink #C48E91

Tints of Careys Pink #C48E91

Color information

#C48E91 (or 0xC48E91) is unknown color: approx Careys Pink. HEX triplet: C4, 8E and 91. RGB value is (196,142,145). Sum of RGB (Red+Green+Blue) = 196+142+145=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E91 is #3B716E. Grayscale: #9E9E9E. Windows color (decimal): -3895663 or 9539268. OLE color: 9539268.

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

Color convert

RGB196142145-
CMYK00.280.260.23
HSL356.67º31.4%66.27%-
HSV(B)356.67º27.55%76.86%-
XYZ37.5533.1331.2-
YUV158.49120.39154.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=40.58%
G=29.40%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614214500.280.260.23356.6731.466.27
HexC48E9101C1A171651f42
Octal304216221034322754537102
Binary1100010010001110100100010111001101010111101100101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E91; }

 p { color: rgb(196,142,145); }

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

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

 a { background-color: rgb(196,142,145); }

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

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

 span { border-color: rgb(196,142,145); }

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