#C5979F

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

Shades of Careys Pink #C5979F

Tints of Careys Pink #C5979F

Color information

#C5979F (or 0xC5979F) is unknown color: approx Careys Pink. HEX triplet: C5, 97 and 9F. RGB value is (197,151,159). Sum of RGB (Red+Green+Blue) = 197+151+159=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5979F is #3A6860. Grayscale: #A5A5A5. Windows color (decimal): -3827809 or 10459077. OLE color: 10459077.

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

Color convert

RGB197151159-
CMYK00.230.190.23
HSL349.57º28.4%68.24%-
HSV(B)349.57º23.35%77.25%-
XYZ40.3536.5137.72-
YUV165.67124.24150.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=38.86%
G=29.78%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715115900.230.190.23349.5728.468.24
HexC5979F017131715e1c44
Octal305227237027232753634104
Binary1100010110010111100111110101111001110111101011110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5979F; }

 p { color: rgb(197,151,159); }

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

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

 a { background-color: rgb(197,151,159); }

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

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

 span { border-color: rgb(197,151,159); }

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