#C05C5D

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

Shades of Mandy #C05C5D

Tints of Mandy #C05C5D

Color information

#C05C5D (or 0xC05C5D) is unknown color: approx Mandy. HEX triplet: C0, 5C and 5D. RGB value is (192,92,93). Sum of RGB (Red+Green+Blue) = 192+92+93=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C5D is #3FA3A2. Grayscale: #7A7A7A. Windows color (decimal): -4170659 or 6118592. OLE color: 6118592.

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

Color convert

RGB1929293-
CMYK00.520.520.25
HSL359.4º44.25%55.69%-
HSV(B)359.4º52.08%75.29%-
XYZ27.5419.6512.7-
YUV122.01111.63177.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=50.93%
G=24.40%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192929300.520.520.25359.444.2555.69
HexC05C5D03434191672c38
Octal30013413506464315475470
Binary1100000010111001011101011010011010011001101100111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05C5D; }

 p { color: rgb(192,92,93); }

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

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

 a { background-color: rgb(192,92,93); }

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

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

 span { border-color: rgb(192,92,93); }

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