#C4ABB1

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

Shades of Careys Pink #C4ABB1

Tints of Careys Pink #C4ABB1

Color information

#C4ABB1 (or 0xC4ABB1) is unknown color: approx Careys Pink. HEX triplet: C4, AB and B1. RGB value is (196,171,177). Sum of RGB (Red+Green+Blue) = 196+171+177=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABB1 is #3B544E. Grayscale: #B3B3B3. Windows color (decimal): -3888207 or 11643844. OLE color: 11643844.

HSL color Cylindrical-coordinate representation of color #C4ABB1: hue angle of 345.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4ABB1 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB196171177-
CMYK00.130.100.23
HSL345.6º17.48%71.96%-
HSV(B)345.6º12.76%76.86%-
XYZ45.2644.0447.71-
YUV179.16126.78140.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.03%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=36.03%
G=31.43%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617117700.130.100.23345.617.4871.96
HexC4ABB10DA1715a1148
Octal304253261015122753221110
Binary11000100101010111011000101101101010111101011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABB1; }

 p { color: rgb(196,171,177); }

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

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

 a { background-color: rgb(196,171,177); }

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

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

 span { border-color: rgb(196,171,177); }

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