#C79195

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

Shades of Careys Pink #C79195

Tints of Careys Pink #C79195

Color information

#C79195 (or 0xC79195) is unknown color: approx Careys Pink. HEX triplet: C7, 91 and 95. RGB value is (199,145,149). Sum of RGB (Red+Green+Blue) = 199+145+149=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C79195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79195 is #386E6A. Grayscale: #A1A1A1. Windows color (decimal): -3698283 or 9802183. OLE color: 9802183.

HSL color Cylindrical-coordinate representation of color #C79195: hue angle of 355.56º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C79195 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB199145149-
CMYK00.270.250.22
HSL355.56º32.53%67.45%-
HSV(B)355.56º27.14%78.04%-
XYZ39.134.5633.04-
YUV161.6120.89154.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=40.37%
G=29.41%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914514900.270.250.22355.5632.5367.45
HexC7919501B19161642143
Octal307221225033312654441103
Binary11000111100100011001010101101111001101101011001001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79195; }

 p { color: rgb(199,145,149); }

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

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

 a { background-color: rgb(199,145,149); }

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

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

 span { border-color: rgb(199,145,149); }

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