Html Css Color HEX #C6585C Mandy

📋 copy color: '#C6585C'

red 198 ◦ green 88 ◦ blue 92

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

Shades of Mandy #C6585C

Tints of Mandy #C6585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.34%

R = 52.38%
G = 23.28%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6585C (or 0xC6585C) is known color: Mandy. HEX triplet: C6, 58 and 5C. RGB value is (198,88,92). Sum of RGB (Red+Green+Blue) = 198+88+92=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6585C is #39A7A3. Grayscale: #797979. Windows color (decimal): -3778468 or 6052038. OLE color: 6052038.

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

Color convert

RGB 198 88 92 -
CMYK 0 0.56 0.54 0.22
HSL 357.82º 0.49% 0.56% -
HSV(B) 357.82º 0.56% 0.78% -
XYZ 28.71 19.76 12.43 -
YUV 121.35 111.44 182.67 -
System Red Green Blue C M Y K H S L
Decimal 198 88 92 0 0.56 0.54 0.22 357.82 0.49 0.56
Hex C6 58 5C 0 38 36 16 166 31 38
Octal 306 130 134 0 70 66 26 546 61 70
Binary 11000110 1011000 1011100 0 111000 110110 10110 101100110 110001 111000

Color Harmonies of #C6585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6585C

Black with #C6585C

Text Example


Text Example

White with #C6585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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