#C4979D

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

Shades of Careys Pink #C4979D

Tints of Careys Pink #C4979D

Color information

#C4979D (or 0xC4979D) is unknown color: approx Careys Pink. HEX triplet: C4, 97 and 9D. RGB value is (196,151,157). Sum of RGB (Red+Green+Blue) = 196+151+157=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4979D is #3B6862. Grayscale: #A5A5A5. Windows color (decimal): -3893347 or 10328004. OLE color: 10328004.

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

Color convert

RGB196151157-
CMYK00.230.200.23
HSL352º27.61%68.04%-
HSV(B)352º22.96%76.86%-
XYZ39.9236.336.8-
YUV165.14123.41150.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=38.89%
G=29.96%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615115700.230.200.2335227.6168.04
HexC4979D01714171601c44
Octal304227235027242754034104
Binary1100010010010111100111010101111010010111101100000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4979D; }

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

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

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

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

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

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

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

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