#C04B60

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

Shades of Blush #C04B60

Tints of Blush #C04B60

Color information

#C04B60 (or 0xC04B60) is unknown color: approx Blush. HEX triplet: C0, 4B and 60. RGB value is (192,75,96). Sum of RGB (Red+Green+Blue) = 192+75+96=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B60 is #3FB49F. Grayscale: #707070. Windows color (decimal): -4175008 or 6310848. OLE color: 6310848.

HSL color Cylindrical-coordinate representation of color #C04B60: hue angle of 349.23º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B60 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1927596-
CMYK00.610.500.25
HSL349.23º48.15%52.35%-
HSV(B)349.23º60.94%75.29%-
XYZ26.3717.0812.97-
YUV112.38118.76184.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.89%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=52.89%
G=20.66%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192759600.610.500.25349.2348.1552.35
HexC04B6003D321915d3034
Octal30011314007562315356064
Binary1100000010010111100000011110111001011001101011101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B60; }

 p { color: rgb(192,75,96); }

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

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

 a { background-color: rgb(192,75,96); }

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

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

 span { border-color: rgb(192,75,96); }

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