#C4979E

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

Shades of Careys Pink #C4979E

Tints of Careys Pink #C4979E

Color information

#C4979E (or 0xC4979E) is unknown color: approx Careys Pink. HEX triplet: C4, 97 and 9E. RGB value is (196,151,158). Sum of RGB (Red+Green+Blue) = 196+151+158=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4979E is #3B6861. Grayscale: #A5A5A5. Windows color (decimal): -3893346 or 10393540. OLE color: 10393540.

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

Color convert

RGB196151158-
CMYK00.230.190.23
HSL350.67º27.61%68.04%-
HSV(B)350.67º22.96%76.86%-
XYZ4036.3437.25-
YUV165.25123.91149.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=38.81%
G=29.90%
B=31.29%

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
Decimal19615115800.230.190.23350.6727.6168.04
HexC4979E017131715f1c44
Octal304227236027232753734104
Binary1100010010010111100111100101111001110111101011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4979E; }

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

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

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

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

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

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

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

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