#C59D9E

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

Shades of Careys Pink #C59D9E

Tints of Careys Pink #C59D9E

Color information

#C59D9E (or 0xC59D9E) is unknown color: approx Careys Pink. HEX triplet: C5, 9D and 9E. RGB value is (197,157,158). Sum of RGB (Red+Green+Blue) = 197+157+158=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59D9E is #3A6261. Grayscale: #A9A9A9. Windows color (decimal): -3826274 or 10395077. OLE color: 10395077.

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

Color convert

RGB197157158-
CMYK00.200.200.23
HSL358.5º25.64%69.41%-
HSV(B)358.5º20.3%77.25%-
XYZ41.2538.4537.6-
YUV169.07121.75147.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=38.48%
G=30.66%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715715800.200.200.23358.525.6469.41
HexC59D9E01414171661a45
Octal305235236024242754632105
Binary1100010110011101100111100101001010010111101100110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59D9E; }

 p { color: rgb(197,157,158); }

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

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

 a { background-color: rgb(197,157,158); }

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

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

 span { border-color: rgb(197,157,158); }

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