#C5979E

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

Shades of Careys Pink #C5979E

Tints of Careys Pink #C5979E

Color information

#C5979E (or 0xC5979E) is unknown color: approx Careys Pink. HEX triplet: C5, 97 and 9E. RGB value is (197,151,158). Sum of RGB (Red+Green+Blue) = 197+151+158=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5979E is #3A6861. Grayscale: #A5A5A5. Windows color (decimal): -3827810 or 10393541. OLE color: 10393541.

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

Color convert

RGB197151158-
CMYK00.230.200.23
HSL350.87º28.4%68.24%-
HSV(B)350.87º23.35%77.25%-
XYZ40.2636.4737.27-
YUV165.55123.74150.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=38.93%
G=29.84%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715115800.230.200.23350.8728.468.24
HexC5979E017141715f1c44
Octal305227236027242753734104
Binary1100010110010111100111100101111010010111101011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5979E; }

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

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

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

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

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

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

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

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