#C5979A

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

Shades of Careys Pink #C5979A

Tints of Careys Pink #C5979A

Color information

#C5979A (or 0xC5979A) is unknown color: approx Careys Pink. HEX triplet: C5, 97 and 9A. RGB value is (197,151,154). Sum of RGB (Red+Green+Blue) = 197+151+154=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5979A is #3A6865. Grayscale: #A5A5A5. Windows color (decimal): -3827814 or 10131397. OLE color: 10131397.

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

Color convert

RGB197151154-
CMYK00.230.220.23
HSL356.09º28.4%68.24%-
HSV(B)356.09º23.35%77.25%-
XYZ39.9336.3435.48-
YUV165.1121.74150.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=39.24%
G=30.08%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19715115400.230.220.23356.0928.468.24
HexC5979A01716171641c44
Octal305227232027262754434104
Binary1100010110010111100110100101111011010111101100100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5979A; }

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

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

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

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

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

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

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

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