Html Css Color HEX #C1585F Mandy

📋 copy color: '#C1585F'

red 193 ◦ green 88 ◦ blue 95

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

Shades of Mandy #C1585F

Tints of Mandy #C1585F

RGB

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

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

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

R = 51.33%
G = 23.4%
B = 25.27%

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

#C1585F (or 0xC1585F) is known color: Mandy. HEX triplet: C1, 58 and 5F. RGB value is (193,88,95). Sum of RGB (Red+Green+Blue) = 193+88+95=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1585F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1585F is #3EA7A0. Grayscale: #787878. Windows color (decimal): -4106145 or 6248641. OLE color: 6248641.

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

Color convert

RGB 193 88 95 -
CMYK 0 0.54 0.51 0.24
HSL 356º 0.46% 0.55% -
HSV(B) 356º 0.54% 0.76% -
XYZ 27.55 19.14 13.07 -
YUV 120.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 193 88 95 0 0.54 0.51 0.24 356 0.46 0.55
Hex C1 58 5F 0 36 33 18 164 2E 37
Octal 301 130 137 0 66 63 30 544 56 67
Binary 11000001 1011000 1011111 0 110110 110011 11000 101100100 101110 110111

Color Harmonies of #C1585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1585F

Black with #C1585F

Text Example


Text Example

White with #C1585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1585F; }

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

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

background-color css

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

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

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

border-color css

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

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

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