#C58E8F

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

Shades of Careys Pink #C58E8F

Tints of Careys Pink #C58E8F

Color information

#C58E8F (or 0xC58E8F) is unknown color: approx Careys Pink. HEX triplet: C5, 8E and 8F. RGB value is (197,142,143). Sum of RGB (Red+Green+Blue) = 197+142+143=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E8F is #3A7170. Grayscale: #9E9E9E. Windows color (decimal): -3830129 or 9408197. OLE color: 9408197.

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

Color convert

RGB197142143-
CMYK00.280.270.23
HSL358.91º32.16%66.47%-
HSV(B)358.91º27.92%77.25%-
XYZ37.6633.230.41-
YUV158.56119.22155.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=40.87%
G=29.46%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714214300.280.270.23358.9132.1666.47
HexC58E8F01C1B171672042
Octal305216217034332754740102
Binary11000101100011101000111101110011011101111011001111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E8F; }

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

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

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

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

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

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

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

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