Html Css Color HEX #C6555D Mandy

📋 copy color: '#C6555D'

red 198 ◦ green 85 ◦ blue 93

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

Shades of Mandy #C6555D

Tints of Mandy #C6555D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.73%

R = 52.66%
G = 22.61%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6555D (or 0xC6555D) is known color: Mandy. HEX triplet: C6, 55 and 5D. RGB value is (198,85,93). Sum of RGB (Red+Green+Blue) = 198+85+93=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6555D is #39AAA2. Grayscale: #777777. Windows color (decimal): -3779235 or 6116806. OLE color: 6116806.

HSL color Cylindrical-coordinate representation of color #C6555D: hue angle of 355.75º 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 #C6555D is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 85 93 -
CMYK 0 0.57 0.53 0.22
HSL 355.75º 0.5% 0.55% -
HSV(B) 355.75º 0.57% 0.78% -
XYZ 28.51 19.29 12.58 -
YUV 119.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 198 85 93 0 0.57 0.53 0.22 355.75 0.5 0.55
Hex C6 55 5D 0 39 35 16 164 32 37
Octal 306 125 135 0 71 65 26 544 62 67
Binary 11000110 1010101 1011101 0 111001 110101 10110 101100100 110010 110111

Color Harmonies of #C6555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6555D

Black with #C6555D

Text Example


Text Example

White with #C6555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6555D; }

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

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

background-color css

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

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

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

border-color css

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

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

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