Html Css Color HEX #C65760 Mandy

📋 copy color: '#C65760'

red 198 ◦ green 87 ◦ blue 96

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

Shades of Mandy #C65760

Tints of Mandy #C65760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.83%

 BLUE value IS 96 (37.89% from 255) = 25.2%

R = 51.97%
G = 22.83%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C65760 (or 0xC65760) is known color: Mandy. HEX triplet: C6, 57 and 60. RGB value is (198,87,96). Sum of RGB (Red+Green+Blue) = 198+87+96=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C65760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65760 is #39A89F. Grayscale: #797979. Windows color (decimal): -3778720 or 6313926. OLE color: 6313926.

HSL color Cylindrical-coordinate representation of color #C65760: hue angle of 355.14º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65760 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 87 96 -
CMYK 0 0.56 0.52 0.22
HSL 355.14º 0.49% 0.56% -
HSV(B) 355.14º 0.56% 0.78% -
XYZ 28.81 19.67 13.34 -
YUV 121.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 198 87 96 0 0.56 0.52 0.22 355.14 0.49 0.56
Hex C6 57 60 0 38 34 16 163 31 38
Octal 306 127 140 0 70 64 26 543 61 70
Binary 11000110 1010111 1100000 0 111000 110100 10110 101100011 110001 111000

Color Harmonies of #C65760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65760

Black with #C65760

Text Example


Text Example

White with #C65760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65760; }

 p { color: rgb(198,87,96); }

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

background-color css

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

 a { background-color: rgb(198,87,96); }

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

border-color css

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

 span { border-color: rgb(198,87,96); }

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