Html Css Color HEX #C6585E Mandy

📋 copy color: '#C6585E'

red 198 ◦ green 88 ◦ blue 94

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

Shades of Mandy #C6585E

Tints of Mandy #C6585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.16%

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 52.11%
G = 23.16%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6585E (or 0xC6585E) is known color: Mandy. HEX triplet: C6, 58 and 5E. RGB value is (198,88,94). Sum of RGB (Red+Green+Blue) = 198+88+94=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6585E is #39A7A1. Grayscale: #797979. Windows color (decimal): -3778466 or 6183110. OLE color: 6183110.

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

Color convert

RGB 198 88 94 -
CMYK 0 0.56 0.53 0.22
HSL 356.73º 0.49% 0.56% -
HSV(B) 356.73º 0.56% 0.78% -
XYZ 28.8 19.79 12.89 -
YUV 121.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 198 88 94 0 0.56 0.53 0.22 356.73 0.49 0.56
Hex C6 58 5E 0 38 35 16 165 31 38
Octal 306 130 136 0 70 65 26 545 61 70
Binary 11000110 1011000 1011110 0 111000 110101 10110 101100101 110001 111000

Color Harmonies of #C6585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6585E

Black with #C6585E

Text Example


Text Example

White with #C6585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6585E; }

 p { color: rgb(198,88,94); }

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

background-color css

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

 a { background-color: rgb(198,88,94); }

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

border-color css

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

 span { border-color: rgb(198,88,94); }

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