#C5999E

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

Shades of Careys Pink #C5999E

Tints of Careys Pink #C5999E

Color information

#C5999E (or 0xC5999E) is unknown color: approx Careys Pink. HEX triplet: C5, 99 and 9E. RGB value is (197,153,158). Sum of RGB (Red+Green+Blue) = 197+153+158=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5999E is #3A6661. Grayscale: #A6A6A6. Windows color (decimal): -3827298 or 10394053. OLE color: 10394053.

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

Color convert

RGB197153158-
CMYK00.220.200.23
HSL353.18º27.5%68.63%-
HSV(B)353.18º22.34%77.25%-
XYZ40.5937.1237.37-
YUV166.73123.08149.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=38.78%
G=30.12%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715315800.220.200.23353.1827.568.63
HexC5999E01614171611c45
Octal305231236026242754134105
Binary1100010110011001100111100101101010010111101100001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5999E; }

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

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

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

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

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

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

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

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