Html Css Color HEX #C6515F Mandy

📋 copy color: '#C6515F'

red 198 ◦ green 81 ◦ blue 95

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

Shades of Mandy #C6515F

Tints of Mandy #C6515F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.4%

R = 52.94%
G = 21.66%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6515F (or 0xC6515F) is known color: Mandy. HEX triplet: C6, 51 and 5F. RGB value is (198,81,95). Sum of RGB (Red+Green+Blue) = 198+81+95=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6515F is #39AEA0. Grayscale: #757575. Windows color (decimal): -3780257 or 6246854. OLE color: 6246854.

HSL color Cylindrical-coordinate representation of color #C6515F: hue angle of 352.82º 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 #C6515F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 81 95 -
CMYK 0 0.59 0.52 0.22
HSL 352.82º 0.51% 0.55% -
HSV(B) 352.82º 0.59% 0.78% -
XYZ 28.3 18.72 12.95 -
YUV 117.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 198 81 95 0 0.59 0.52 0.22 352.82 0.51 0.55
Hex C6 51 5F 0 3B 34 16 161 33 37
Octal 306 121 137 0 73 64 26 541 63 67
Binary 11000110 1010001 1011111 0 111011 110100 10110 101100001 110011 110111

Color Harmonies of #C6515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6515F

Black with #C6515F

Text Example


Text Example

White with #C6515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6515F; }

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

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

background-color css

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

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

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

border-color css

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

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

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