#C0495E

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

Shades of Blush #C0495E

Tints of Blush #C0495E

Color information

#C0495E (or 0xC0495E) is unknown color: approx Blush. HEX triplet: C0, 49 and 5E. RGB value is (192,73,94). Sum of RGB (Red+Green+Blue) = 192+73+94=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0495E is #3FB6A1. Grayscale: #6F6F6F. Windows color (decimal): -4175522 or 6179264. OLE color: 6179264.

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

Color convert

RGB1927394-
CMYK00.620.510.25
HSL349.41º48.57%51.96%-
HSV(B)349.41º61.98%75.29%-
XYZ26.1416.7812.45-
YUV110.98118.42185.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=53.48%
G=20.33%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192739400.620.510.25349.4148.5751.96
HexC0495E03E331915d3134
Octal30011113607663315356164
Binary1100000010010011011110011111011001111001101011101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0495E; }

 p { color: rgb(192,73,94); }

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

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

 a { background-color: rgb(192,73,94); }

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

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

 span { border-color: rgb(192,73,94); }

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