#C5979C

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

Shades of Careys Pink #C5979C

Tints of Careys Pink #C5979C

Color information

#C5979C (or 0xC5979C) is unknown color: approx Careys Pink. HEX triplet: C5, 97 and 9C. RGB value is (197,151,156). Sum of RGB (Red+Green+Blue) = 197+151+156=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5979C is #3A6863. Grayscale: #A5A5A5. Windows color (decimal): -3827812 or 10262469. OLE color: 10262469.

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

Color convert

RGB197151156-
CMYK00.230.210.23
HSL353.48º28.4%68.24%-
HSV(B)353.48º23.35%77.25%-
XYZ40.0936.436.37-
YUV165.32122.74150.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=39.09%
G=29.96%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715115600.230.210.23353.4828.468.24
HexC5979C01715171611c44
Octal305227234027252754134104
Binary1100010110010111100111000101111010110111101100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5979C; }

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

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

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

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

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

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

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

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