#C03F5C

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

Shades of Blush #C03F5C

Tints of Blush #C03F5C

Color information

#C03F5C (or 0xC03F5C) is unknown color: approx Blush. HEX triplet: C0, 3F and 5C. RGB value is (192,63,92). Sum of RGB (Red+Green+Blue) = 192+63+92=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F5C is #3FC0A3. Grayscale: #686868. Windows color (decimal): -4178084 or 6045632. OLE color: 6045632.

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

Color convert

RGB1926392-
CMYK00.670.520.25
HSL346.51º50.59%50%-
HSV(B)346.51º67.19%75.29%-
XYZ25.4515.5311.78-
YUV104.88120.74190.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.33%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=55.33%
G=18.16%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192639200.670.520.25346.5150.5950
HexC03F5C043341915b3332
Octal30077134010364315336362
Binary1100000011111110111000100001111010011001101011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03F5C; }

 p { color: rgb(192,63,92); }

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

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

 a { background-color: rgb(192,63,92); }

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

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

 span { border-color: rgb(192,63,92); }

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