Html Css Color HEX #C65556 Mandy

📋 copy color: '#C65556'

red 198 ◦ green 85 ◦ blue 86

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

Shades of Mandy #C65556

Tints of Mandy #C65556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.04%

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

R = 53.66%
G = 23.04%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C65556 (or 0xC65556) is known color: Mandy. HEX triplet: C6, 55 and 56. RGB value is (198,85,86). Sum of RGB (Red+Green+Blue) = 198+85+86=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C65556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65556 is #39AAA9. Grayscale: #777777. Windows color (decimal): -3779242 or 5658054. OLE color: 5658054.

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

Color convert

RGB 198 85 86 -
CMYK 0 0.57 0.57 0.22
HSL 359.47º 0.5% 0.55% -
HSV(B) 359.47º 0.57% 0.78% -
XYZ 28.22 19.17 11.02 -
YUV 118.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 198 85 86 0 0.57 0.57 0.22 359.47 0.5 0.55
Hex C6 55 56 0 39 39 16 167 32 37
Octal 306 125 126 0 71 71 26 547 62 67
Binary 11000110 1010101 1010110 0 111001 111001 10110 101100111 110010 110111

Color Harmonies of #C65556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65556

Black with #C65556

Text Example


Text Example

White with #C65556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65556; }

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

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

background-color css

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

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

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

border-color css

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

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

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