Html Css Color HEX #C1585E Mandy

📋 copy color: '#C1585E'

red 193 ◦ green 88 ◦ blue 94

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

Shades of Mandy #C1585E

Tints of Mandy #C1585E

RGB

 RED value IS 193 (75.78% from 255) = 51.47%

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

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

R = 51.47%
G = 23.47%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1585E (or 0xC1585E) is known color: Mandy. HEX triplet: C1, 58 and 5E. RGB value is (193,88,94). Sum of RGB (Red+Green+Blue) = 193+88+94=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1585E is #3EA7A1. Grayscale: #787878. Windows color (decimal): -4106146 or 6183105. OLE color: 6183105.

HSL color Cylindrical-coordinate representation of color #C1585E: hue angle of 356.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1585E is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 88 94 -
CMYK 0 0.54 0.51 0.24
HSL 356.57º 0.46% 0.55% -
HSV(B) 356.57º 0.54% 0.76% -
XYZ 27.5 19.13 12.83 -
YUV 120.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 193 88 94 0 0.54 0.51 0.24 356.57 0.46 0.55
Hex C1 58 5E 0 36 33 18 165 2E 37
Octal 301 130 136 0 66 63 30 545 56 67
Binary 11000001 1011000 1011110 0 110110 110011 11000 101100101 101110 110111

Color Harmonies of #C1585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1585E

Black with #C1585E

Text Example


Text Example

White with #C1585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1585E; }

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

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

background-color css

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

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

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

border-color css

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

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

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