#C05866

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

Shades of Blush #C05866

Tints of Blush #C05866

Color information

#C05866 (or 0xC05866) is unknown color: approx Blush. HEX triplet: C0, 58 and 66. RGB value is (192,88,102). Sum of RGB (Red+Green+Blue) = 192+88+102=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C05866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05866 is #3FA799. Grayscale: #787878. Windows color (decimal): -4171674 or 6707392. OLE color: 6707392.

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

Color convert

RGB19288102-
CMYK00.540.470.25
HSL351.92º45.22%54.9%-
HSV(B)351.92º54.17%75.29%-
XYZ27.6319.1514.81-
YUV120.69117.46178.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 102 (40.23% from 255) = 26.70%
R=50.26%
G=23.04%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928810200.540.470.25351.9245.2254.9
HexC058660362F191602d37
Octal30013014606657315405567
Binary1100000010110001100110011011010111111001101100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05866; }

 p { color: rgb(192,88,102); }

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

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

 a { background-color: rgb(192,88,102); }

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

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

 span { border-color: rgb(192,88,102); }

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