#C79094

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

Shades of Careys Pink #C79094

Tints of Careys Pink #C79094

Color information

#C79094 (or 0xC79094) is unknown color: approx Careys Pink. HEX triplet: C7, 90 and 94. RGB value is (199,144,148). Sum of RGB (Red+Green+Blue) = 199+144+148=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C79094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79094 is #386F6B. Grayscale: #A0A0A0. Windows color (decimal): -3698540 or 9736391. OLE color: 9736391.

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

Color convert

RGB199144148-
CMYK00.280.260.22
HSL355.64º32.93%67.25%-
HSV(B)355.64º27.64%78.04%-
XYZ38.8734.2332.57-
YUV160.9120.72155.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=40.53%
G=29.33%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914414800.280.260.22355.6432.9367.25
HexC7909401C1A161642143
Octal307220224034322654441103
Binary11000111100100001001010001110011010101101011001001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79094; }

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

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

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

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

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

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

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

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