Html Css Color HEX #C6515C Mandy

📋 copy color: '#C6515C'

red 198 ◦ green 81 ◦ blue 92

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

Shades of Mandy #C6515C

Tints of Mandy #C6515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 53.37%
G = 21.83%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6515C (or 0xC6515C) is known color: Mandy. HEX triplet: C6, 51 and 5C. RGB value is (198,81,92). Sum of RGB (Red+Green+Blue) = 198+81+92=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6515C is #39AEA3. Grayscale: #757575. Windows color (decimal): -3780260 or 6050246. OLE color: 6050246.

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

Color convert

RGB 198 81 92 -
CMYK 0 0.59 0.54 0.22
HSL 354.36º 0.51% 0.55% -
HSV(B) 354.36º 0.59% 0.78% -
XYZ 28.16 18.66 12.24 -
YUV 117.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 198 81 92 0 0.59 0.54 0.22 354.36 0.51 0.55
Hex C6 51 5C 0 3B 36 16 162 33 37
Octal 306 121 134 0 73 66 26 542 63 67
Binary 11000110 1010001 1011100 0 111011 110110 10110 101100010 110011 110111

Color Harmonies of #C6515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6515C

Black with #C6515C

Text Example


Text Example

White with #C6515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6515C; }

 p { color: rgb(198,81,92); }

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

background-color css

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

 a { background-color: rgb(198,81,92); }

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

border-color css

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

 span { border-color: rgb(198,81,92); }

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