Html Css Color HEX #C6515A Mandy

📋 copy color: '#C6515A'

red 198 ◦ green 81 ◦ blue 90

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

Shades of Mandy #C6515A

Tints of Mandy #C6515A

RGB

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

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

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

R = 53.66%
G = 21.95%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6515A (or 0xC6515A) is known color: Mandy. HEX triplet: C6, 51 and 5A. RGB value is (198,81,90). Sum of RGB (Red+Green+Blue) = 198+81+90=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C6515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6515A is #39AEA5. Grayscale: #757575. Windows color (decimal): -3780262 or 5919174. OLE color: 5919174.

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

Color convert

RGB 198 81 90 -
CMYK 0 0.59 0.55 0.22
HSL 355.38º 0.51% 0.55% -
HSV(B) 355.38º 0.59% 0.78% -
XYZ 28.08 18.63 11.79 -
YUV 117.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 198 81 90 0 0.59 0.55 0.22 355.38 0.51 0.55
Hex C6 51 5A 0 3B 37 16 163 33 37
Octal 306 121 132 0 73 67 26 543 63 67
Binary 11000110 1010001 1011010 0 111011 110111 10110 101100011 110011 110111

Color Harmonies of #C6515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6515A

Black with #C6515A

Text Example


Text Example

White with #C6515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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