#C59598

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

Shades of Careys Pink #C59598

Tints of Careys Pink #C59598

Color information

#C59598 (or 0xC59598) is unknown color: approx Careys Pink. HEX triplet: C5, 95 and 98. RGB value is (197,149,152). Sum of RGB (Red+Green+Blue) = 197+149+152=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C59598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59598 is #3A6A67. Grayscale: #A3A3A3. Windows color (decimal): -3828328 or 9999813. OLE color: 9999813.

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

Color convert

RGB197149152-
CMYK00.240.230.23
HSL356.25º29.27%67.84%-
HSV(B)356.25º24.37%77.25%-
XYZ39.4435.6334.5-
YUV163.69121.4151.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.56%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 152 (59.77% from 255) = 30.52%
R=39.56%
G=29.92%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714915200.240.230.23356.2529.2767.84
HexC5959801817171641d44
Octal305225230030272754435104
Binary1100010110010101100110000110001011110111101100100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59598; }

 p { color: rgb(197,149,152); }

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

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

 a { background-color: rgb(197,149,152); }

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

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

 span { border-color: rgb(197,149,152); }

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