Html Css Color HEX #C0515A Mandy

📋 copy color: '#C0515A'

red 192 ◦ green 81 ◦ blue 90

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

Shades of Mandy #C0515A

Tints of Mandy #C0515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 52.89%
G = 22.31%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0515A (or 0xC0515A) is known color: Mandy. HEX triplet: C0, 51 and 5A. RGB value is (192,81,90). Sum of RGB (Red+Green+Blue) = 192+81+90=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0515A is #3FAEA5. Grayscale: #737373. Windows color (decimal): -4173478 or 5919168. OLE color: 5919168.

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

Color convert

RGB 192 81 90 -
CMYK 0 0.58 0.53 0.25
HSL 355.14º 0.47% 0.54% -
HSV(B) 355.14º 0.58% 0.75% -
XYZ 26.53 17.83 11.72 -
YUV 115.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 192 81 90 0 0.58 0.53 0.25 355.14 0.47 0.54
Hex C0 51 5A 0 3A 35 19 163 2F 36
Octal 300 121 132 0 72 65 31 543 57 66
Binary 11000000 1010001 1011010 0 111010 110101 11001 101100011 101111 110110

Color Harmonies of #C0515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0515A

Black with #C0515A

Text Example


Text Example

White with #C0515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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