#C79FA7

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

Shades of Careys Pink #C79FA7

Tints of Careys Pink #C79FA7

Color information

#C79FA7 (or 0xC79FA7) is unknown color: approx Careys Pink. HEX triplet: C7, 9F and A7. RGB value is (199,159,167). Sum of RGB (Red+Green+Blue) = 199+159+167=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C79FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79FA7 is #386058. Grayscale: #ABABAB. Windows color (decimal): -3694681 or 10985415. OLE color: 10985415.

HSL color Cylindrical-coordinate representation of color #C79FA7: hue angle of 348º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C79FA7 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB199159167-
CMYK00.200.160.22
HSL348º26.32%70.2%-
HSV(B)348º20.1%78.04%-
XYZ42.9339.7341.97-
YUV171.87125.25147.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.90%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=37.90%
G=30.29%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915916700.200.160.2234826.3270.2
HexC79FA7014101615c1a46
Octal307237247024202653432106
Binary1100011110011111101001110101001000010110101011100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79FA7; }

 p { color: rgb(199,159,167); }

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

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

 a { background-color: rgb(199,159,167); }

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

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

 span { border-color: rgb(199,159,167); }

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