Html Css Color HEX #C16165 Mandy

📋 copy color: '#C16165'

red 193 ◦ green 97 ◦ blue 101

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

Shades of Mandy #C16165

Tints of Mandy #C16165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.81%

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

R = 49.36%
G = 24.81%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C16165 (or 0xC16165) is known color: Mandy. HEX triplet: C1, 61 and 65. RGB value is (193,97,101). Sum of RGB (Red+Green+Blue) = 193+97+101=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C16165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16165 is #3E9E9A. Grayscale: #7E7E7E. Windows color (decimal): -4103835 or 6644161. OLE color: 6644161.

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

Color convert

RGB 193 97 101 -
CMYK 0 0.50 0.48 0.24
HSL 357.5º 0.44% 0.57% -
HSV(B) 357.5º 0.5% 0.76% -
XYZ 28.62 20.83 14.82 -
YUV 126.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 193 97 101 0 0.50 0.48 0.24 357.5 0.44 0.57
Hex C1 61 65 0 32 30 18 166 2C 39
Octal 301 141 145 0 62 60 30 546 54 71
Binary 11000001 1100001 1100101 0 110010 110000 11000 101100110 101100 111001

Color Harmonies of #C16165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16165

Black with #C16165

Text Example


Text Example

White with #C16165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16165; }

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

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

background-color css

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

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

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

border-color css

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

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

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