Html Css Color HEX #C6585F Mandy

📋 copy color: '#C6585F'

red 198 ◦ green 88 ◦ blue 95

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

Shades of Mandy #C6585F

Tints of Mandy #C6585F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.93%

R = 51.97%
G = 23.1%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6585F (or 0xC6585F) is known color: Mandy. HEX triplet: C6, 58 and 5F. RGB value is (198,88,95). Sum of RGB (Red+Green+Blue) = 198+88+95=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C6585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6585F is #39A7A0. Grayscale: #797979. Windows color (decimal): -3778465 or 6248646. OLE color: 6248646.

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

Color convert

RGB 198 88 95 -
CMYK 0 0.56 0.52 0.22
HSL 356.18º 0.49% 0.56% -
HSV(B) 356.18º 0.56% 0.78% -
XYZ 28.84 19.81 13.13 -
YUV 121.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 198 88 95 0 0.56 0.52 0.22 356.18 0.49 0.56
Hex C6 58 5F 0 38 34 16 164 31 38
Octal 306 130 137 0 70 64 26 544 61 70
Binary 11000110 1011000 1011111 0 111000 110100 10110 101100100 110001 111000

Color Harmonies of #C6585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6585F

Black with #C6585F

Text Example


Text Example

White with #C6585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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