Html Css Color HEX #C05156 Mandy

📋 copy color: '#C05156'

red 192 ◦ green 81 ◦ blue 86

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

Shades of Mandy #C05156

Tints of Mandy #C05156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

 BLUE value IS 86 (33.98% from 255) = 23.96%

R = 53.48%
G = 22.56%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C05156 (or 0xC05156) is known color: Mandy. HEX triplet: C0, 51 and 56. RGB value is (192,81,86). Sum of RGB (Red+Green+Blue) = 192+81+86=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C05156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05156 is #3FAEA9. Grayscale: #727272. Windows color (decimal): -4173482 or 5657024. OLE color: 5657024.

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

Color convert

RGB 192 81 86 -
CMYK 0 0.58 0.55 0.25
HSL 357.3º 0.47% 0.54% -
HSV(B) 357.3º 0.58% 0.75% -
XYZ 26.36 17.76 10.84 -
YUV 114.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 192 81 86 0 0.58 0.55 0.25 357.3 0.47 0.54
Hex C0 51 56 0 3A 37 19 165 2F 36
Octal 300 121 126 0 72 67 31 545 57 66
Binary 11000000 1010001 1010110 0 111010 110111 11001 101100101 101111 110110

Color Harmonies of #C05156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05156

Black with #C05156

Text Example


Text Example

White with #C05156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05156; }

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

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

background-color css

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

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

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

border-color css

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

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

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