#C58E91

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

Shades of Careys Pink #C58E91

Tints of Careys Pink #C58E91

Color information

#C58E91 (or 0xC58E91) is unknown color: approx Careys Pink. HEX triplet: C5, 8E and 91. RGB value is (197,142,145). Sum of RGB (Red+Green+Blue) = 197+142+145=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E91 is #3A716E. Grayscale: #9E9E9E. Windows color (decimal): -3830127 or 9539269. OLE color: 9539269.

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

Color convert

RGB197142145-
CMYK00.280.260.23
HSL356.73º32.16%66.47%-
HSV(B)356.73º27.92%77.25%-
XYZ37.8133.2631.22-
YUV158.79120.22155.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 145 (57.03% from 255) = 29.96%
R=40.70%
G=29.34%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714214500.280.260.23356.7332.1666.47
HexC58E9101C1A171652042
Octal305216221034322754540102
Binary11000101100011101001000101110011010101111011001011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E91; }

 p { color: rgb(197,142,145); }

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

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

 a { background-color: rgb(197,142,145); }

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

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

 span { border-color: rgb(197,142,145); }

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