#C04D6D

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

Shades of Blush #C04D6D

Tints of Blush #C04D6D

Color information

#C04D6D (or 0xC04D6D) is unknown color: approx Blush. HEX triplet: C0, 4D and 6D. RGB value is (192,77,109). Sum of RGB (Red+Green+Blue) = 192+77+109=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D6D is #3FB292. Grayscale: #737373. Windows color (decimal): -4174483 or 7163328. OLE color: 7163328.

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

Color convert

RGB19277109-
CMYK00.600.430.25
HSL343.3º47.72%52.75%-
HSV(B)343.3º59.9%75.29%-
XYZ27.1517.6216.44-
YUV115.03124.6182.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 77 (30.47% from 255) = 20.37%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=50.79%
G=20.37%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927710900.600.430.25343.347.7252.75
HexC04D6D03C2B191573035
Octal30011515507453315276065
Binary1100000010011011101101011110010101111001101010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D6D; }

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

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

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

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

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

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

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

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