#C59CA2

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

Shades of Careys Pink #C59CA2

Tints of Careys Pink #C59CA2

Color information

#C59CA2 (or 0xC59CA2) is unknown color: approx Careys Pink. HEX triplet: C5, 9C and A2. RGB value is (197,156,162). Sum of RGB (Red+Green+Blue) = 197+156+162=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C59CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59CA2 is #3A635D. Grayscale: #A8A8A8. Windows color (decimal): -3826526 or 10656965. OLE color: 10656965.

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

Color convert

RGB197156162-
CMYK00.210.180.23
HSL351.22º26.11%69.22%-
HSV(B)351.22º20.81%77.25%-
XYZ41.4438.2639.38-
YUV168.94124.08148.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=38.25%
G=30.29%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715616200.210.180.23351.2226.1169.22
HexC59CA2015121715f1a45
Octal305234242025222753732105
Binary1100010110011100101000100101011001010111101011111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59CA2; }

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

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

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

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

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

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

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

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