#C5ABB0

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

Shades of Careys Pink #C5ABB0

Tints of Careys Pink #C5ABB0

Color information

#C5ABB0 (or 0xC5ABB0) is unknown color: approx Careys Pink. HEX triplet: C5, AB and B0. RGB value is (197,171,176). Sum of RGB (Red+Green+Blue) = 197+171+176=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABB0 is #3A544F. Grayscale: #B3B3B3. Windows color (decimal): -3822672 or 11578309. OLE color: 11578309.

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

Color convert

RGB197171176-
CMYK00.130.110.23
HSL348.46º18.31%72.16%-
HSV(B)348.46º13.2%77.25%-
XYZ45.4344.1347.2-
YUV179.34126.11140.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=36.21%
G=31.43%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717117600.130.110.23348.4618.3172.16
HexC5ABB00DB1715c1248
Octal305253260015132753422110
Binary11000101101010111011000001101101110111101011100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABB0; }

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

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

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

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

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

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

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

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