#C79198

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

Shades of Careys Pink #C79198

Tints of Careys Pink #C79198

Color information

#C79198 (or 0xC79198) is unknown color: approx Careys Pink. HEX triplet: C7, 91 and 98. RGB value is (199,145,152). Sum of RGB (Red+Green+Blue) = 199+145+152=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C79198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79198 is #386E67. Grayscale: #A1A1A1. Windows color (decimal): -3698280 or 9998791. OLE color: 9998791.

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

Color convert

RGB199145152-
CMYK00.270.240.22
HSL352.22º32.53%67.45%-
HSV(B)352.22º27.14%78.04%-
XYZ39.3534.6634.32-
YUV161.94122.39154.43-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=40.12%
G=29.23%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914515200.270.240.22352.2232.5367.45
HexC7919801B18161602143
Octal307221230033302654041103
Binary11000111100100011001100001101111000101101011000001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79198; }

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

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

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

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

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

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

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

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