#C79196

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

Shades of Careys Pink #C79196

Tints of Careys Pink #C79196

Color information

#C79196 (or 0xC79196) is unknown color: approx Careys Pink. HEX triplet: C7, 91 and 96. RGB value is (199,145,150). Sum of RGB (Red+Green+Blue) = 199+145+150=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C79196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79196 is #386E69. Grayscale: #A1A1A1. Windows color (decimal): -3698282 or 9867719. OLE color: 9867719.

HSL color Cylindrical-coordinate representation of color #C79196: hue angle of 354.44º 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 #C79196 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB199145150-
CMYK00.270.250.22
HSL354.44º32.53%67.45%-
HSV(B)354.44º27.14%78.04%-
XYZ39.1834.5933.47-
YUV161.72121.39154.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=40.28%
G=29.35%
B=30.36%

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
Decimal19914515000.270.250.22354.4432.5367.45
HexC7919601B19161622143
Octal307221226033312654241103
Binary11000111100100011001011001101111001101101011000101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79196; }

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

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

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

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

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

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

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

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