#C05065

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

Shades of Blush #C05065

Tints of Blush #C05065

Color information

#C05065 (or 0xC05065) is unknown color: approx Blush. HEX triplet: C0, 50 and 65. RGB value is (192,80,101). Sum of RGB (Red+Green+Blue) = 192+80+101=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C05065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05065 is #3FAF9A. Grayscale: #737373. Windows color (decimal): -4173723 or 6639808. OLE color: 6639808.

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

Color convert

RGB19280101-
CMYK00.580.470.25
HSL348.75º47.06%53.33%-
HSV(B)348.75º58.33%75.29%-
XYZ26.9617.8814.34-
YUV115.88119.61182.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.47%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 101 (39.84% from 255) = 27.08%
R=51.47%
G=21.45%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928010100.580.470.25348.7547.0653.33
HexC0506503A2F1915d2f35
Octal30012014507257315355765
Binary1100000010100001100101011101010111111001101011101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05065; }

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

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

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

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

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

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

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

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