#C79CA0

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

Shades of Careys Pink #C79CA0

Tints of Careys Pink #C79CA0

Color information

#C79CA0 (or 0xC79CA0) is unknown color: approx Careys Pink. HEX triplet: C7, 9C and A0. RGB value is (199,156,160). Sum of RGB (Red+Green+Blue) = 199+156+160=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C79CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79CA0 is #38635F. Grayscale: #A9A9A9. Windows color (decimal): -3695456 or 10525895. OLE color: 10525895.

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

Color convert

RGB199156160-
CMYK00.220.200.22
HSL354.42º27.74%69.61%-
HSV(B)354.42º21.61%78.04%-
XYZ41.7938.4638.48-
YUV169.31122.75149.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 160 (62.89% from 255) = 31.07%
R=38.64%
G=30.29%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915616000.220.200.22354.4227.7469.61
HexC79CA001614161621c46
Octal307234240026242654234106
Binary1100011110011100101000000101101010010110101100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79CA0; }

 p { color: rgb(199,156,160); }

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

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

 a { background-color: rgb(199,156,160); }

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

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

 span { border-color: rgb(199,156,160); }

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