#C4979A

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

Shades of Careys Pink #C4979A

Tints of Careys Pink #C4979A

Color information

#C4979A (or 0xC4979A) is unknown color: approx Careys Pink. HEX triplet: C4, 97 and 9A. RGB value is (196,151,154). Sum of RGB (Red+Green+Blue) = 196+151+154=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4979A is #3B6865. Grayscale: #A4A4A4. Windows color (decimal): -3893350 or 10131396. OLE color: 10131396.

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

Color convert

RGB196151154-
CMYK00.230.210.23
HSL356º27.61%68.04%-
HSV(B)356º22.96%76.86%-
XYZ39.6636.235.47-
YUV164.8121.91150.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=39.12%
G=30.14%
B=30.74%

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
Decimal19615115400.230.210.2335627.6168.04
HexC4979A01715171641c44
Octal304227232027252754434104
Binary1100010010010111100110100101111010110111101100100111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4979A; }

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

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

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

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

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

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

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

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