#C59C9F

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

Shades of Careys Pink #C59C9F

Tints of Careys Pink #C59C9F

Color information

#C59C9F (or 0xC59C9F) is unknown color: approx Careys Pink. HEX triplet: C5, 9C and 9F. RGB value is (197,156,159). Sum of RGB (Red+Green+Blue) = 197+156+159=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59C9F is #3A6360. Grayscale: #A8A8A8. Windows color (decimal): -3826529 or 10460357. OLE color: 10460357.

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

Color convert

RGB197156159-
CMYK00.210.190.23
HSL355.61º26.11%69.22%-
HSV(B)355.61º20.81%77.25%-
XYZ41.1738.1537.99-
YUV168.6122.58148.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=38.48%
G=30.47%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715615900.210.190.23355.6126.1169.22
HexC59C9F01513171641a45
Octal305234237025232754432105
Binary1100010110011100100111110101011001110111101100100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59C9F; }

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

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

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

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

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

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

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

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