#C04D67

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

Shades of Blush #C04D67

Tints of Blush #C04D67

Color information

#C04D67 (or 0xC04D67) is unknown color: approx Blush. HEX triplet: C0, 4D and 67. RGB value is (192,77,103). Sum of RGB (Red+Green+Blue) = 192+77+103=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D67 is #3FB298. Grayscale: #727272. Windows color (decimal): -4174489 or 6770112. OLE color: 6770112.

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

Color convert

RGB19277103-
CMYK00.600.460.25
HSL346.43º47.72%52.75%-
HSV(B)346.43º59.9%75.29%-
XYZ26.8417.4914.79-
YUV114.35121.6183.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 103 (40.62% from 255) = 27.69%
R=51.61%
G=20.70%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927710300.600.460.25346.4347.7252.75
HexC04D6703C2E1915a3035
Octal30011514707456315326065
Binary1100000010011011100111011110010111011001101011010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D67; }

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

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

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

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

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

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

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

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