Html Css Color HEX #C6505E Mandy

📋 copy color: '#C6505E'

red 198 ◦ green 80 ◦ blue 94

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

Shades of Mandy #C6505E

Tints of Mandy #C6505E

RGB

 RED value IS 198 (77.73% from 255) = 53.23%

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

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

R = 53.23%
G = 21.51%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6505E (or 0xC6505E) is known color: Mandy. HEX triplet: C6, 50 and 5E. RGB value is (198,80,94). Sum of RGB (Red+Green+Blue) = 198+80+94=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6505E is #39AFA1. Grayscale: #747474. Windows color (decimal): -3780514 or 6181062. OLE color: 6181062.

HSL color Cylindrical-coordinate representation of color #C6505E: hue angle of 352.88º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6505E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 94 -
CMYK 0 0.60 0.53 0.22
HSL 352.88º 0.51% 0.55% -
HSV(B) 352.88º 0.6% 0.78% -
XYZ 28.18 18.55 12.69 -
YUV 116.88 115.09 185.86 -
System Red Green Blue C M Y K H S L
Decimal 198 80 94 0 0.60 0.53 0.22 352.88 0.51 0.55
Hex C6 50 5E 0 3C 35 16 161 33 37
Octal 306 120 136 0 74 65 26 541 63 67
Binary 11000110 1010000 1011110 0 111100 110101 10110 101100001 110011 110111

Color Harmonies of #C6505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6505E

Black with #C6505E

Text Example


Text Example

White with #C6505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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