#C05565

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

Shades of Blush #C05565

Tints of Blush #C05565

Color information

#C05565 (or 0xC05565) is unknown color: approx Blush. HEX triplet: C0, 55 and 65. RGB value is (192,85,101). Sum of RGB (Red+Green+Blue) = 192+85+101=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05565 is #3FAA9A. Grayscale: #767676. Windows color (decimal): -4172443 or 6641088. OLE color: 6641088.

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

Color convert

RGB19285101-
CMYK00.560.470.25
HSL351.03º45.92%54.31%-
HSV(B)351.03º55.73%75.29%-
XYZ27.3418.6414.47-
YUV118.82117.95180.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=50.79%
G=22.49%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928510100.560.470.25351.0345.9254.31
HexC055650382F1915f2e36
Octal30012514507057315375666
Binary1100000010101011100101011100010111111001101011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05565; }

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

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

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

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

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

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

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

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