#C04F6D

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

Shades of Blush #C04F6D

Tints of Blush #C04F6D

Color information

#C04F6D (or 0xC04F6D) is unknown color: approx Blush. HEX triplet: C0, 4F and 6D. RGB value is (192,79,109). Sum of RGB (Red+Green+Blue) = 192+79+109=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F6D is #3FB092. Grayscale: #747474. Windows color (decimal): -4173971 or 7163840. OLE color: 7163840.

HSL color Cylindrical-coordinate representation of color #C04F6D: hue angle of 344.07º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F6D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19279109-
CMYK00.590.430.25
HSL344.07º47.28%53.14%-
HSV(B)344.07º58.85%75.29%-
XYZ27.2917.916.48-
YUV116.21123.94182.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 79 (31.25% from 255) = 20.79%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=50.53%
G=20.79%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927910900.590.430.25344.0747.2853.14
HexC04F6D03B2B191582f35
Octal30011715507353315305765
Binary1100000010011111101101011101110101111001101011000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F6D; }

 p { color: rgb(192,79,109); }

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

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

 a { background-color: rgb(192,79,109); }

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

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

 span { border-color: rgb(192,79,109); }

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