Html Css Color HEX #C16D49 Red Damask

📋 copy color: '#C16D49'

red 193 ◦ green 109 ◦ blue 73

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

Shades of Red Damask #C16D49

Tints of Red Damask #C16D49

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 51.47%
G = 29.07%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C16D49 (or 0xC16D49) is known color: Red Damask. HEX triplet: C1, 6D and 49. RGB value is (193,109,73). Sum of RGB (Red+Green+Blue) = 193+109+73=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16D49 is #3E92B6. Grayscale: #828282. Windows color (decimal): -4100791 or 4812225. OLE color: 4812225.

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

Color convert

RGB 193 109 73 -
CMYK 0 0.44 0.62 0.24
HSL 18º 0.49% 0.52% -
HSV(B) 18º 0.62% 0.76% -
XYZ 28.66 22.76 9.18 -
YUV 130.01 95.83 172.93 -
System Red Green Blue C M Y K H S L
Decimal 193 109 73 0 0.44 0.62 0.24 18 0.49 0.52
Hex C1 6D 49 0 2C 3E 18 12 31 34
Octal 301 155 111 0 54 76 30 22 61 64
Binary 11000001 1101101 1001001 0 101100 111110 11000 10010 110001 110100

Color Harmonies of #C16D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D49

Black with #C16D49

Text Example


Text Example

White with #C16D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D49; }

 p { color: rgb(193,109,73); }

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

background-color css

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

 a { background-color: rgb(193,109,73); }

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

border-color css

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

 span { border-color: rgb(193,109,73); }

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