#C59FAA

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

Shades of Careys Pink #C59FAA

Tints of Careys Pink #C59FAA

Color information

#C59FAA (or 0xC59FAA) is unknown color: approx Careys Pink. HEX triplet: C5, 9F and AA. RGB value is (197,159,170). Sum of RGB (Red+Green+Blue) = 197+159+170=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C59FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59FAA is #3A6055. Grayscale: #ABABAB. Windows color (decimal): -3825750 or 11182021. OLE color: 11182021.

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

Color convert

RGB197159170-
CMYK00.190.140.23
HSL342.63º24.68%69.8%-
HSV(B)342.63º19.29%77.25%-
XYZ42.6839.5743.42-
YUV171.62127.09146.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=37.45%
G=30.23%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715917000.190.140.23342.6324.6869.8
HexC59FAA013E171571946
Octal305237252023162752731106
Binary110001011001111110101010010011111010111101010111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59FAA; }

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

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

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

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

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

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

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

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