Html Css Color HEX #C64856 Mandy

📋 copy color: '#C64856'

red 198 ◦ green 72 ◦ blue 86

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

Shades of Mandy #C64856

Tints of Mandy #C64856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.22%

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

R = 55.62%
G = 20.22%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C64856 (or 0xC64856) is known color: Mandy. HEX triplet: C6, 48 and 56. RGB value is (198,72,86). Sum of RGB (Red+Green+Blue) = 198+72+86=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C64856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64856 is #39B7A9. Grayscale: #6F6F6F. Windows color (decimal): -3782570 or 5654726. OLE color: 5654726.

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

Color convert

RGB 198 72 86 -
CMYK 0 0.64 0.57 0.22
HSL 353.33º 0.53% 0.53% -
HSV(B) 353.33º 0.64% 0.78% -
XYZ 27.29 17.31 10.71 -
YUV 111.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 198 72 86 0 0.64 0.57 0.22 353.33 0.53 0.53
Hex C6 48 56 0 40 39 16 161 34 35
Octal 306 110 126 0 100 71 26 541 64 65
Binary 11000110 1001000 1010110 0 1000000 111001 10110 101100001 110100 110101

Color Harmonies of #C64856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64856

Black with #C64856

Text Example


Text Example

White with #C64856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64856; }

 p { color: rgb(198,72,86); }

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

background-color css

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

 a { background-color: rgb(198,72,86); }

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

border-color css

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

 span { border-color: rgb(198,72,86); }

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