#C5ABB2

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

Shades of Careys Pink #C5ABB2

Tints of Careys Pink #C5ABB2

Color information

#C5ABB2 (or 0xC5ABB2) is unknown color: approx Careys Pink. HEX triplet: C5, AB and B2. RGB value is (197,171,178). Sum of RGB (Red+Green+Blue) = 197+171+178=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABB2 is #3A544D. Grayscale: #B3B3B3. Windows color (decimal): -3822670 or 11709381. OLE color: 11709381.

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

Color convert

RGB197171178-
CMYK00.130.100.23
HSL343.85º18.31%72.16%-
HSV(B)343.85º13.2%77.25%-
XYZ45.6244.2148.25-
YUV179.57127.11140.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=36.08%
G=31.32%
B=32.60%

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
Decimal19717117800.130.100.23343.8518.3172.16
HexC5ABB20DA171581248
Octal305253262015122753022110
Binary11000101101010111011001001101101010111101011000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABB2; }

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

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

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

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

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

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

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

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