Html Css Color HEX #C05557 Mandy

📋 copy color: '#C05557'

red 192 ◦ green 85 ◦ blue 87

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

Shades of Mandy #C05557

Tints of Mandy #C05557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

 BLUE value IS 87 (34.38% from 255) = 23.9%

R = 52.75%
G = 23.35%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C05557 (or 0xC05557) is known color: Mandy. HEX triplet: C0, 55 and 57. RGB value is (192,85,87). Sum of RGB (Red+Green+Blue) = 192+85+87=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C05557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05557 is #3FAAA8. Grayscale: #757575. Windows color (decimal): -4172457 or 5723584. OLE color: 5723584.

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

Color convert

RGB 192 85 87 -
CMYK 0 0.56 0.55 0.25
HSL 358.88º 0.46% 0.54% -
HSV(B) 358.88º 0.56% 0.75% -
XYZ 26.71 18.39 11.16 -
YUV 117.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 192 85 87 0 0.56 0.55 0.25 358.88 0.46 0.54
Hex C0 55 57 0 38 37 19 167 2E 36
Octal 300 125 127 0 70 67 31 547 56 66
Binary 11000000 1010101 1010111 0 111000 110111 11001 101100111 101110 110110

Color Harmonies of #C05557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05557

Black with #C05557

Text Example


Text Example

White with #C05557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05557; }

 p { color: rgb(192,85,87); }

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

background-color css

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

 a { background-color: rgb(192,85,87); }

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

border-color css

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

 span { border-color: rgb(192,85,87); }

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