#C4979F

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

Shades of Careys Pink #C4979F

Tints of Careys Pink #C4979F

Color information

#C4979F (or 0xC4979F) is unknown color: approx Careys Pink. HEX triplet: C4, 97 and 9F. RGB value is (196,151,159). Sum of RGB (Red+Green+Blue) = 196+151+159=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4979F is #3B6860. Grayscale: #A5A5A5. Windows color (decimal): -3893345 or 10459076. OLE color: 10459076.

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

Color convert

RGB196151159-
CMYK00.230.190.23
HSL349.33º27.61%68.04%-
HSV(B)349.33º22.96%76.86%-
XYZ40.0936.3737.71-
YUV165.37124.41149.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=38.74%
G=29.84%
B=31.42%

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
Decimal19615115900.230.190.23349.3327.6168.04
HexC4979F017131715d1c44
Octal304227237027232753534104
Binary1100010010010111100111110101111001110111101011101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4979F; }

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

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

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

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

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

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

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

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