Html Css Color HEX #C16E53 Red Damask

📋 copy color: '#C16E53'

red 193 ◦ green 110 ◦ blue 83

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

Shades of Red Damask #C16E53

Tints of Red Damask #C16E53

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 50%
G = 28.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C16E53 (or 0xC16E53) is known color: Red Damask. HEX triplet: C1, 6E and 53. RGB value is (193,110,83). Sum of RGB (Red+Green+Blue) = 193+110+83=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16E53 is #3E91AC. Grayscale: #838383. Windows color (decimal): -4100525 or 5467841. OLE color: 5467841.

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

Color convert

RGB 193 110 83 -
CMYK 0 0.43 0.57 0.24
HSL 14.73º 0.47% 0.54% -
HSV(B) 14.73º 0.57% 0.76% -
XYZ 29.13 23.11 11.11 -
YUV 131.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 193 110 83 0 0.43 0.57 0.24 14.73 0.47 0.54
Hex C1 6E 53 0 2B 39 18 F 2F 36
Octal 301 156 123 0 53 71 30 17 57 66
Binary 11000001 1101110 1010011 0 101011 111001 11000 1111 101111 110110

Color Harmonies of #C16E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E53

Black with #C16E53

Text Example


Text Example

White with #C16E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E53; }

 p { color: rgb(193,110,83); }

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

background-color css

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

 a { background-color: rgb(193,110,83); }

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

border-color css

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

 span { border-color: rgb(193,110,83); }

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