#C4979B

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

Shades of Careys Pink #C4979B

Tints of Careys Pink #C4979B

Color information

#C4979B (or 0xC4979B) is unknown color: approx Careys Pink. HEX triplet: C4, 97 and 9B. RGB value is (196,151,155). Sum of RGB (Red+Green+Blue) = 196+151+155=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4979B is #3B6864. Grayscale: #A4A4A4. Windows color (decimal): -3893349 or 10196932. OLE color: 10196932.

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

Color convert

RGB196151155-
CMYK00.230.210.23
HSL354.67º27.61%68.04%-
HSV(B)354.67º22.96%76.86%-
XYZ39.7536.2435.91-
YUV164.91122.41150.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=39.04%
G=30.08%
B=30.88%

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
Decimal19615115500.230.210.23354.6727.6168.04
HexC4979B01715171631c44
Octal304227233027252754334104
Binary1100010010010111100110110101111010110111101100011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4979B; }

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

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

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

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

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

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

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

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