#C03E63

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

Shades of Blush #C03E63

Tints of Blush #C03E63

Color information

#C03E63 (or 0xC03E63) is unknown color: approx Blush. HEX triplet: C0, 3E and 63. RGB value is (192,62,99). Sum of RGB (Red+Green+Blue) = 192+62+99=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E63 is #3FC19C. Grayscale: #696969. Windows color (decimal): -4178333 or 6504128. OLE color: 6504128.

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

Color convert

RGB1926299-
CMYK00.680.480.25
HSL342.92º51.18%49.8%-
HSV(B)342.92º67.71%75.29%-
XYZ25.7115.5513.45-
YUV105.09124.57189.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=54.39%
G=17.56%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192629900.680.480.25342.9251.1849.8
HexC03E6304430191573332
Octal30076143010460315276362
Binary1100000011111011000110100010011000011001101010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E63; }

 p { color: rgb(192,62,99); }

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

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

 a { background-color: rgb(192,62,99); }

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

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

 span { border-color: rgb(192,62,99); }

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