#C5ABB1

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

Shades of Careys Pink #C5ABB1

Tints of Careys Pink #C5ABB1

Color information

#C5ABB1 (or 0xC5ABB1) is unknown color: approx Careys Pink. HEX triplet: C5, AB and B1. RGB value is (197,171,177). Sum of RGB (Red+Green+Blue) = 197+171+177=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABB1 is #3A544E. Grayscale: #B3B3B3. Windows color (decimal): -3822671 or 11643845. OLE color: 11643845.

HSL color Cylindrical-coordinate representation of color #C5ABB1: hue angle of 346.15º degrees, saturation: 0.18, 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 #C5ABB1 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB197171177-
CMYK00.130.100.23
HSL346.15º18.31%72.16%-
HSV(B)346.15º13.2%77.25%-
XYZ45.5244.1747.72-
YUV179.46126.61140.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=36.15%
G=31.38%
B=32.48%

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
Decimal19717117700.130.100.23346.1518.3172.16
HexC5ABB10DA1715a1248
Octal305253261015122753222110
Binary11000101101010111011000101101101010111101011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABB1; }

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

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

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

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

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

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

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

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