Html Css Color HEX #C16E47 Red Damask

📋 copy color: '#C16E47'

red 193 ◦ green 110 ◦ blue 71

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

Shades of Red Damask #C16E47

Tints of Red Damask #C16E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.98%

R = 51.6%
G = 29.41%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C16E47 (or 0xC16E47) is known color: Red Damask. HEX triplet: C1, 6E and 47. RGB value is (193,110,71). Sum of RGB (Red+Green+Blue) = 193+110+71=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E47 is #3E91B8. Grayscale: #828282. Windows color (decimal): -4100537 or 4681409. OLE color: 4681409.

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

Color convert

RGB 193 110 71 -
CMYK 0 0.43 0.63 0.24
HSL 19.18º 0.5% 0.52% -
HSV(B) 19.18º 0.63% 0.76% -
XYZ 28.71 22.94 8.88 -
YUV 130.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 193 110 71 0 0.43 0.63 0.24 19.18 0.5 0.52
Hex C1 6E 47 0 2B 3F 18 13 32 34
Octal 301 156 107 0 53 77 30 23 62 64
Binary 11000001 1101110 1000111 0 101011 111111 11000 10011 110010 110100

Color Harmonies of #C16E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E47

Black with #C16E47

Text Example


Text Example

White with #C16E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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