#C2495F

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

Shades of Blush #C2495F

Tints of Blush #C2495F

Color information

#C2495F (or 0xC2495F) is unknown color: approx Blush. HEX triplet: C2, 49 and 5F. RGB value is (194,73,95). Sum of RGB (Red+Green+Blue) = 194+73+95=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C2495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2495F is #3DB6A0. Grayscale: #6F6F6F. Windows color (decimal): -4044449 or 6244802. OLE color: 6244802.

HSL color Cylindrical-coordinate representation of color #C2495F: hue angle of 349.09º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2495F is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB1947395-
CMYK00.620.510.24
HSL349.09º49.79%52.35%-
HSV(B)349.09º62.37%76.08%-
XYZ26.717.0612.71-
YUV111.69118.59186.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.59%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=53.59%
G=20.17%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194739500.620.510.24349.0949.7952.35
HexC2495F03E331815d3234
Octal30211113707663305356264
Binary1100001010010011011111011111011001111000101011101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2495F; }

 p { color: rgb(194,73,95); }

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

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

 a { background-color: rgb(194,73,95); }

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

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

 span { border-color: rgb(194,73,95); }

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