Html Css Color HEX #C16365 Mandy

📋 copy color: '#C16365'

red 193 ◦ green 99 ◦ blue 101

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

Shades of Mandy #C16365

Tints of Mandy #C16365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 49.11%
G = 25.19%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C16365 (or 0xC16365) is known color: Mandy. HEX triplet: C1, 63 and 65. RGB value is (193,99,101). Sum of RGB (Red+Green+Blue) = 193+99+101=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C16365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16365 is #3E9C9A. Grayscale: #7F7F7F. Windows color (decimal): -4103323 or 6644673. OLE color: 6644673.

HSL color Cylindrical-coordinate representation of color #C16365: hue angle of 358.72º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16365 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 99 101 -
CMYK 0 0.49 0.48 0.24
HSL 358.72º 0.43% 0.57% -
HSV(B) 358.72º 0.49% 0.76% -
XYZ 28.8 21.2 14.89 -
YUV 127.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 193 99 101 0 0.49 0.48 0.24 358.72 0.43 0.57
Hex C1 63 65 0 31 30 18 167 2B 39
Octal 301 143 145 0 61 60 30 547 53 71
Binary 11000001 1100011 1100101 0 110001 110000 11000 101100111 101011 111001

Color Harmonies of #C16365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16365

Black with #C16365

Text Example


Text Example

White with #C16365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16365; }

 p { color: rgb(193,99,101); }

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

background-color css

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

 a { background-color: rgb(193,99,101); }

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

border-color css

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

 span { border-color: rgb(193,99,101); }

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