Html Css Color HEX #C05658 Mandy

📋 copy color: '#C05658'

red 192 ◦ green 86 ◦ blue 88

#C05658
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C05658

Tints of Mandy #C05658

RGB

 RED value IS 192 (75.39% from 255) = 52.46%

 GREEN value IS 86 (33.98% from 255) = 23.5%

 BLUE value IS 88 (34.77% from 255) = 24.04%

R = 52.46%
G = 23.5%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C05658 (or 0xC05658) is known color: Mandy. HEX triplet: C0, 56 and 58. RGB value is (192,86,88). Sum of RGB (Red+Green+Blue) = 192+86+88=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C05658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05658 is #3FA9A7. Grayscale: #767676. Windows color (decimal): -4172200 or 5789376. OLE color: 5789376.

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

Color convert

RGB 192 86 88 -
CMYK 0 0.55 0.54 0.25
HSL 358.87º 0.46% 0.55% -
HSV(B) 358.87º 0.55% 0.75% -
XYZ 26.83 18.57 11.4 -
YUV 117.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 192 86 88 0 0.55 0.54 0.25 358.87 0.46 0.55
Hex C0 56 58 0 37 36 19 167 2E 37
Octal 300 126 130 0 67 66 31 547 56 67
Binary 11000000 1010110 1011000 0 110111 110110 11001 101100111 101110 110111

Color Harmonies of #C05658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05658

Black with #C05658

Text Example


Text Example

White with #C05658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05658; }

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

 H1.HeaderClassName
 {
   color: #C05658;
 }
 .AnyTagClassName
 {
   color: #C05658;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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