#C04F64

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

Shades of Blush #C04F64

Tints of Blush #C04F64

Color information

#C04F64 (or 0xC04F64) is unknown color: approx Blush. HEX triplet: C0, 4F and 64. RGB value is (192,79,100). Sum of RGB (Red+Green+Blue) = 192+79+100=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F64 is #3FB09B. Grayscale: #737373. Windows color (decimal): -4173980 or 6574016. OLE color: 6574016.

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

Color convert

RGB19279100-
CMYK00.590.480.25
HSL348.85º47.28%53.14%-
HSV(B)348.85º58.85%75.29%-
XYZ26.8317.7214.06-
YUV115.18119.44182.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.75%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=51.75%
G=21.29%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927910000.590.480.25348.8547.2853.14
HexC04F6403B301915d2f35
Octal30011714407360315355765
Binary1100000010011111100100011101111000011001101011101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F64; }

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

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

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

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

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

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

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

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