Html Css Color HEX #C16566 Mandy

📋 copy color: '#C16566'

red 193 ◦ green 101 ◦ blue 102

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

Shades of Mandy #C16566

Tints of Mandy #C16566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.51%

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 48.74%
G = 25.51%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C16566 (or 0xC16566) is known color: Mandy. HEX triplet: C1, 65 and 66. RGB value is (193,101,102). Sum of RGB (Red+Green+Blue) = 193+101+102=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C16566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16566 is #3E9A99. Grayscale: #808080. Windows color (decimal): -4102810 or 6710721. OLE color: 6710721.

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

Color convert

RGB 193 101 102 -
CMYK 0 0.48 0.47 0.24
HSL 359.35º 0.43% 0.58% -
HSV(B) 359.35º 0.48% 0.76% -
XYZ 29.04 21.6 15.21 -
YUV 128.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 193 101 102 0 0.48 0.47 0.24 359.35 0.43 0.58
Hex C1 65 66 0 30 2F 18 167 2B 3A
Octal 301 145 146 0 60 57 30 547 53 72
Binary 11000001 1100101 1100110 0 110000 101111 11000 101100111 101011 111010

Color Harmonies of #C16566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16566

Black with #C16566

Text Example


Text Example

White with #C16566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16566; }

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

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

background-color css

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

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

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

border-color css

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

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

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