#C79499

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

Shades of Careys Pink #C79499

Tints of Careys Pink #C79499

Color information

#C79499 (or 0xC79499) is unknown color: approx Careys Pink. HEX triplet: C7, 94 and 99. RGB value is (199,148,153). Sum of RGB (Red+Green+Blue) = 199+148+153=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C79499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79499 is #386B66. Grayscale: #A3A3A3. Windows color (decimal): -3697511 or 10065095. OLE color: 10065095.

HSL color Cylindrical-coordinate representation of color #C79499: hue angle of 354.12º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C79499 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB199148153-
CMYK00.260.230.22
HSL354.12º31.29%68.04%-
HSV(B)354.12º25.63%78.04%-
XYZ39.8935.6234.91-
YUV163.82121.9153.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=39.8%
G=29.6%
B=30.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914815300.260.230.22354.1231.2968.04
HexC7949901A17161621f44
Octal307224231032272654237104
Binary1100011110010100100110010110101011110110101100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79499; }

 p { color: rgb(199,148,153); }

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

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

 a { background-color: rgb(199,148,153); }

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

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

 span { border-color: rgb(199,148,153); }

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