Html Css Color HEX #C84256 Mandy

📋 copy color: '#C84256'

red 200 ◦ green 66 ◦ blue 86

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

Shades of Mandy #C84256

Tints of Mandy #C84256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.75%

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 56.82%
G = 18.75%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C84256 (or 0xC84256) is known color: Mandy. HEX triplet: C8, 42 and 56. RGB value is (200,66,86). Sum of RGB (Red+Green+Blue) = 200+66+86=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C84256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84256 is #37BDA9. Grayscale: #6C6C6C. Windows color (decimal): -3653034 or 5653192. OLE color: 5653192.

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

Color convert

RGB 200 66 86 -
CMYK 0 0.67 0.57 0.22
HSL 351.04º 0.55% 0.52% -
HSV(B) 351.04º 0.67% 0.78% -
XYZ 27.45 16.85 10.61 -
YUV 108.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 200 66 86 0 0.67 0.57 0.22 351.04 0.55 0.52
Hex C8 42 56 0 43 39 16 15F 37 34
Octal 310 102 126 0 103 71 26 537 67 64
Binary 11001000 1000010 1010110 0 1000011 111001 10110 101011111 110111 110100

Color Harmonies of #C84256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84256

Black with #C84256

Text Example


Text Example

White with #C84256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84256; }

 p { color: rgb(200,66,86); }

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

background-color css

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

 a { background-color: rgb(200,66,86); }

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

border-color css

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

 span { border-color: rgb(200,66,86); }

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