#C597A0

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

Shades of Careys Pink #C597A0

Tints of Careys Pink #C597A0

Color information

#C597A0 (or 0xC597A0) is unknown color: approx Careys Pink. HEX triplet: C5, 97 and A0. RGB value is (197,151,160). Sum of RGB (Red+Green+Blue) = 197+151+160=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C597A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C597A0 is #3A685F. Grayscale: #A5A5A5. Windows color (decimal): -3827808 or 10524613. OLE color: 10524613.

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

Color convert

RGB197151160-
CMYK00.230.190.23
HSL348.26º28.4%68.24%-
HSV(B)348.26º23.35%77.25%-
XYZ40.4436.5438.18-
YUV165.78124.74150.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 151 (59.38% from 255) = 29.72%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=38.78%
G=29.72%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715116000.230.190.23348.2628.468.24
HexC597A0017131715c1c44
Octal305227240027232753434104
Binary1100010110010111101000000101111001110111101011100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C597A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C597A0; }

 p { color: rgb(197,151,160); }

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

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

 a { background-color: rgb(197,151,160); }

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

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

 span { border-color: rgb(197,151,160); }

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