#C04F6E

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

Shades of Blush #C04F6E

Tints of Blush #C04F6E

Color information

#C04F6E (or 0xC04F6E) is unknown color: approx Blush. HEX triplet: C0, 4F and 6E. RGB value is (192,79,110). Sum of RGB (Red+Green+Blue) = 192+79+110=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F6E is #3FB091. Grayscale: #747474. Windows color (decimal): -4173970 or 7229376. OLE color: 7229376.

HSL color Cylindrical-coordinate representation of color #C04F6E: hue angle of 343.54º 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 #C04F6E is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19279110-
CMYK00.590.430.25
HSL343.54º47.28%53.14%-
HSV(B)343.54º58.85%75.29%-
XYZ27.3517.9216.77-
YUV116.32124.44181.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=50.39%
G=20.73%
B=28.87%

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
Decimal1927911000.590.430.25343.5447.2853.14
HexC04F6E03B2B191582f35
Octal30011715607353315305765
Binary1100000010011111101110011101110101111001101011000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F6E; }

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

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

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

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

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

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

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

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