Html Css Color HEX #C84660 Mandy

📋 copy color: '#C84660'

red 200 ◦ green 70 ◦ blue 96

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

Shades of Mandy #C84660

Tints of Mandy #C84660

RGB

 RED value IS 200 (78.52% from 255) = 54.64%

 GREEN value IS 70 (27.73% from 255) = 19.13%

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

R = 54.64%
G = 19.13%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C84660 (or 0xC84660) is known color: Mandy. HEX triplet: C8, 46 and 60. RGB value is (200,70,96). Sum of RGB (Red+Green+Blue) = 200+70+96=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C84660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84660 is #37B99F. Grayscale: #6F6F6F. Windows color (decimal): -3652000 or 6309576. OLE color: 6309576.

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

Color convert

RGB 200 70 96 -
CMYK 0 0.65 0.52 0.22
HSL 348º 0.54% 0.53% -
HSV(B) 348º 0.65% 0.78% -
XYZ 28.12 17.5 12.96 -
YUV 111.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 200 70 96 0 0.65 0.52 0.22 348 0.54 0.53
Hex C8 46 60 0 41 34 16 15C 36 35
Octal 310 106 140 0 101 64 26 534 66 65
Binary 11001000 1000110 1100000 0 1000001 110100 10110 101011100 110110 110101

Color Harmonies of #C84660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84660

Black with #C84660

Text Example


Text Example

White with #C84660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84660; }

 p { color: rgb(200,70,96); }

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

background-color css

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

 a { background-color: rgb(200,70,96); }

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

border-color css

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

 span { border-color: rgb(200,70,96); }

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