Html Css Color HEX #C1565E Mandy

📋 copy color: '#C1565E'

red 193 ◦ green 86 ◦ blue 94

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

Shades of Mandy #C1565E

Tints of Mandy #C1565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.06%

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

R = 51.74%
G = 23.06%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1565E (or 0xC1565E) is known color: Mandy. HEX triplet: C1, 56 and 5E. RGB value is (193,86,94). Sum of RGB (Red+Green+Blue) = 193+86+94=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1565E is #3EA9A1. Grayscale: #767676. Windows color (decimal): -4106658 or 6182593. OLE color: 6182593.

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

Color convert

RGB 193 86 94 -
CMYK 0 0.55 0.51 0.24
HSL 355.51º 0.46% 0.55% -
HSV(B) 355.51º 0.55% 0.76% -
XYZ 27.34 18.8 12.78 -
YUV 118.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 193 86 94 0 0.55 0.51 0.24 355.51 0.46 0.55
Hex C1 56 5E 0 37 33 18 164 2E 37
Octal 301 126 136 0 67 63 30 544 56 67
Binary 11000001 1010110 1011110 0 110111 110011 11000 101100100 101110 110111

Color Harmonies of #C1565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1565E

Black with #C1565E

Text Example


Text Example

White with #C1565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1565E; }

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

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

background-color css

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

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

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

border-color css

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

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

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