Html Css Color HEX #C0515E Mandy

📋 copy color: '#C0515E'

red 192 ◦ green 81 ◦ blue 94

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

Shades of Mandy #C0515E

Tints of Mandy #C0515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.61%

R = 52.32%
G = 22.07%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0515E (or 0xC0515E) is known color: Mandy. HEX triplet: C0, 51 and 5E. RGB value is (192,81,94). Sum of RGB (Red+Green+Blue) = 192+81+94=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0515E is #3FAEA1. Grayscale: #737373. Windows color (decimal): -4173474 or 6181312. OLE color: 6181312.

HSL color Cylindrical-coordinate representation of color #C0515E: hue angle of 352.97º 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 #C0515E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 94 -
CMYK 0 0.58 0.51 0.25
HSL 352.97º 0.47% 0.54% -
HSV(B) 352.97º 0.58% 0.75% -
XYZ 26.7 17.9 12.64 -
YUV 115.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 192 81 94 0 0.58 0.51 0.25 352.97 0.47 0.54
Hex C0 51 5E 0 3A 33 19 161 2F 36
Octal 300 121 136 0 72 63 31 541 57 66
Binary 11000000 1010001 1011110 0 111010 110011 11001 101100001 101111 110110

Color Harmonies of #C0515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0515E

Black with #C0515E

Text Example


Text Example

White with #C0515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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