#C48E90

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

Shades of Careys Pink #C48E90

Tints of Careys Pink #C48E90

Color information

#C48E90 (or 0xC48E90) is unknown color: approx Careys Pink. HEX triplet: C4, 8E and 90. RGB value is (196,142,144). Sum of RGB (Red+Green+Blue) = 196+142+144=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E90 is #3B716F. Grayscale: #9E9E9E. Windows color (decimal): -3895664 or 9473732. OLE color: 9473732.

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

Color convert

RGB196142144-
CMYK00.280.270.23
HSL357.78º31.4%66.27%-
HSV(B)357.78º27.55%76.86%-
XYZ37.4733.130.8-
YUV158.37119.89154.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 144 (56.64% from 255) = 29.88%
R=40.66%
G=29.46%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614214400.280.270.23357.7831.466.27
HexC48E9001C1B171661f42
Octal304216220034332754637102
Binary1100010010001110100100000111001101110111101100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48E90; }

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

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

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

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

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

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

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

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