#C5ABAF

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

Shades of Careys Pink #C5ABAF

Tints of Careys Pink #C5ABAF

Color information

#C5ABAF (or 0xC5ABAF) is unknown color: approx Careys Pink. HEX triplet: C5, AB and AF. RGB value is (197,171,175). Sum of RGB (Red+Green+Blue) = 197+171+175=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ABAF is #3A5450. Grayscale: #B3B3B3. Windows color (decimal): -3822673 or 11512773. OLE color: 11512773.

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

Color convert

RGB197171175-
CMYK00.130.110.23
HSL350.77º18.31%72.16%-
HSV(B)350.77º13.2%77.25%-
XYZ45.3344.0946.68-
YUV179.23125.61140.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.28%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=36.28%
G=31.49%
B=32.23%

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
Decimal19717117500.130.110.23350.7718.3172.16
HexC5ABAF0DB1715f1248
Octal305253257015132753722110
Binary11000101101010111010111101101101110111101011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABAF; }

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

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

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

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

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

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

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

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