#C05569

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

Shades of Blush #C05569

Tints of Blush #C05569

Color information

#C05569 (or 0xC05569) is unknown color: approx Blush. HEX triplet: C0, 55 and 69. RGB value is (192,85,105). Sum of RGB (Red+Green+Blue) = 192+85+105=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C05569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05569 is #3FAA96. Grayscale: #777777. Windows color (decimal): -4172439 or 6903232. OLE color: 6903232.

HSL color Cylindrical-coordinate representation of color #C05569: hue angle of 348.79º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05569 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19285105-
CMYK00.560.450.25
HSL348.79º45.92%54.31%-
HSV(B)348.79º55.73%75.29%-
XYZ27.5418.7215.53-
YUV119.27119.95179.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=50.26%
G=22.25%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928510500.560.450.25348.7945.9254.31
HexC055690382D1915d2e36
Octal30012515107055315355666
Binary1100000010101011101001011100010110111001101011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05569; }

 p { color: rgb(192,85,105); }

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

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

 a { background-color: rgb(192,85,105); }

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

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

 span { border-color: rgb(192,85,105); }

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