#C04561

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

Shades of Blush #C04561

Tints of Blush #C04561

Color information

#C04561 (or 0xC04561) is unknown color: approx Blush. HEX triplet: C0, 45 and 61. RGB value is (192,69,97). Sum of RGB (Red+Green+Blue) = 192+69+97=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C04561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04561 is #3FBA9E. Grayscale: #6C6C6C. Windows color (decimal): -4176543 or 6374848. OLE color: 6374848.

HSL color Cylindrical-coordinate representation of color #C04561: hue angle of 346.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04561 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1926997-
CMYK00.640.490.25
HSL346.34º49.4%51.18%-
HSV(B)346.34º64.06%75.29%-
XYZ26.0216.3313.09-
YUV108.97121.25187.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 69 (27.34% from 255) = 19.27%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=53.63%
G=19.27%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192699700.640.490.25346.3449.451.18
HexC04561040311915a3133
Octal300105141010061315326163
Binary11000000100010111000010100000011000111001101011010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04561; }

 p { color: rgb(192,69,97); }

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

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

 a { background-color: rgb(192,69,97); }

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

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

 span { border-color: rgb(192,69,97); }

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