#C59A9D

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

Shades of Careys Pink #C59A9D

Tints of Careys Pink #C59A9D

Color information

#C59A9D (or 0xC59A9D) is unknown color: approx Careys Pink. HEX triplet: C5, 9A and 9D. RGB value is (197,154,157). Sum of RGB (Red+Green+Blue) = 197+154+157=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59A9D is #3A6562. Grayscale: #A7A7A7. Windows color (decimal): -3827043 or 10328773. OLE color: 10328773.

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

Color convert

RGB197154157-
CMYK00.220.200.23
HSL355.81º27.04%68.82%-
HSV(B)355.81º21.83%77.25%-
XYZ40.6737.4236.98-
YUV167.2122.25149.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=38.78%
G=30.31%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715415700.220.200.23355.8127.0468.82
HexC59A9D01614171641b45
Octal305232235026242754433105
Binary1100010110011010100111010101101010010111101100100110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59A9D; }

 p { color: rgb(197,154,157); }

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

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

 a { background-color: rgb(197,154,157); }

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

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

 span { border-color: rgb(197,154,157); }

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