#C05364

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

Shades of Blush #C05364

Tints of Blush #C05364

Color information

#C05364 (or 0xC05364) is unknown color: approx Blush. HEX triplet: C0, 53 and 64. RGB value is (192,83,100). Sum of RGB (Red+Green+Blue) = 192+83+100=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C05364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05364 is #3FAC9B. Grayscale: #757575. Windows color (decimal): -4172956 or 6575040. OLE color: 6575040.

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

Color convert

RGB19283100-
CMYK00.570.480.25
HSL350.64º46.38%53.92%-
HSV(B)350.64º56.77%75.29%-
XYZ27.1318.3114.16-
YUV117.53118.11181.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=51.2%
G=22.13%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928310000.570.480.25350.6446.3853.92
HexC05364039301915f2e36
Octal30012314407160315375666
Binary1100000010100111100100011100111000011001101011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05364; }

 p { color: rgb(192,83,100); }

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

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

 a { background-color: rgb(192,83,100); }

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

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

 span { border-color: rgb(192,83,100); }

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