#C79295

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

Shades of Careys Pink #C79295

Tints of Careys Pink #C79295

Color information

#C79295 (or 0xC79295) is unknown color: approx Careys Pink. HEX triplet: C7, 92 and 95. RGB value is (199,146,149). Sum of RGB (Red+Green+Blue) = 199+146+149=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C79295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79295 is #386D6A. Grayscale: #A2A2A2. Windows color (decimal): -3698027 or 9802439. OLE color: 9802439.

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

Color convert

RGB199146149-
CMYK00.270.250.22
HSL356.6º32.12%67.65%-
HSV(B)356.6º26.63%78.04%-
XYZ39.2634.8733.1-
YUV162.19120.56154.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=40.28%
G=29.55%
B=30.16%

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
Decimal19914614900.270.250.22356.632.1267.65
HexC7929501B19161652044
Octal307222225033312654540104
Binary11000111100100101001010101101111001101101011001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79295; }

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

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

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

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

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

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

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

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