#C04461

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

Shades of Blush #C04461

Tints of Blush #C04461

Color information

#C04461 (or 0xC04461) is unknown color: approx Blush. HEX triplet: C0, 44 and 61. RGB value is (192,68,97). Sum of RGB (Red+Green+Blue) = 192+68+97=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C04461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04461 is #3FBB9E. Grayscale: #6C6C6C. Windows color (decimal): -4176799 or 6374592. OLE color: 6374592.

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

Color convert

RGB1926897-
CMYK00.650.490.25
HSL345.97º49.6%50.98%-
HSV(B)345.97º64.58%75.29%-
XYZ25.9616.213.07-
YUV108.38121.58187.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.78%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=53.78%
G=19.05%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192689700.650.490.25345.9749.650.98
HexC04461041311915a3233
Octal300104141010161315326263
Binary11000000100010011000010100000111000111001101011010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04461; }

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

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

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

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

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

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

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

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