Html Css Color HEX #C1595F Mandy

📋 copy color: '#C1595F'

red 193 ◦ green 89 ◦ blue 95

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

Shades of Mandy #C1595F

Tints of Mandy #C1595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

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

R = 51.19%
G = 23.61%
B = 25.2%

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

#C1595F (or 0xC1595F) is known color: Mandy. HEX triplet: C1, 59 and 5F. RGB value is (193,89,95). Sum of RGB (Red+Green+Blue) = 193+89+95=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C1595F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1595F is #3EA6A0. Grayscale: #787878. Windows color (decimal): -4105889 or 6248897. OLE color: 6248897.

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

Color convert

RGB 193 89 95 -
CMYK 0 0.54 0.51 0.24
HSL 356.54º 0.46% 0.55% -
HSV(B) 356.54º 0.54% 0.76% -
XYZ 27.63 19.31 13.1 -
YUV 120.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 193 89 95 0 0.54 0.51 0.24 356.54 0.46 0.55
Hex C1 59 5F 0 36 33 18 165 2E 37
Octal 301 131 137 0 66 63 30 545 56 67
Binary 11000001 1011001 1011111 0 110110 110011 11000 101100101 101110 110111

Color Harmonies of #C1595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1595F

Black with #C1595F

Text Example


Text Example

White with #C1595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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