Html Css Color HEX #C0505E Mandy

📋 copy color: '#C0505E'

red 192 ◦ green 80 ◦ blue 94

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

Shades of Mandy #C0505E

Tints of Mandy #C0505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

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

R = 52.46%
G = 21.86%
B = 25.68%

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

#C0505E (or 0xC0505E) is known color: Mandy. HEX triplet: C0, 50 and 5E. RGB value is (192,80,94). Sum of RGB (Red+Green+Blue) = 192+80+94=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0505E is #3FAFA1. Grayscale: #737373. Windows color (decimal): -4173730 or 6181056. OLE color: 6181056.

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

Color convert

RGB 192 80 94 -
CMYK 0 0.58 0.51 0.25
HSL 352.5º 0.47% 0.53% -
HSV(B) 352.5º 0.58% 0.75% -
XYZ 26.63 17.75 12.61 -
YUV 115.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 192 80 94 0 0.58 0.51 0.25 352.5 0.47 0.53
Hex C0 50 5E 0 3A 33 19 160 2F 35
Octal 300 120 136 0 72 63 31 540 57 65
Binary 11000000 1010000 1011110 0 111010 110011 11001 101100000 101111 110101

Color Harmonies of #C0505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0505E

Black with #C0505E

Text Example


Text Example

White with #C0505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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