#C59FAB

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

Shades of Careys Pink #C59FAB

Tints of Careys Pink #C59FAB

Color information

#C59FAB (or 0xC59FAB) is unknown color: approx Careys Pink. HEX triplet: C5, 9F and AB. RGB value is (197,159,171). Sum of RGB (Red+Green+Blue) = 197+159+171=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C59FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59FAB is #3A6054. Grayscale: #ABABAB. Windows color (decimal): -3825749 or 11247557. OLE color: 11247557.

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

Color convert

RGB197159171-
CMYK00.190.130.23
HSL341.05º24.68%69.8%-
HSV(B)341.05º19.29%77.25%-
XYZ42.7739.6143.92-
YUV171.73127.59146.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=37.38%
G=30.17%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715917100.190.130.23341.0524.6869.8
HexC59FAB013D171551946
Octal305237253023152752531106
Binary110001011001111110101011010011110110111101010101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59FAB; }

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

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

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

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

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

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

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

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