Html Css Color HEX #C16847 Red Damask

📋 copy color: '#C16847'

red 193 ◦ green 104 ◦ blue 71

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

Shades of Red Damask #C16847

Tints of Red Damask #C16847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

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

R = 52.45%
G = 28.26%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C16847 (or 0xC16847) is known color: Red Damask. HEX triplet: C1, 68 and 47. RGB value is (193,104,71). Sum of RGB (Red+Green+Blue) = 193+104+71=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C16847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16847 is #3E97B8. Grayscale: #7F7F7F. Windows color (decimal): -4102073 or 4679873. OLE color: 4679873.

HSL color Cylindrical-coordinate representation of color #C16847: hue angle of 16.23º 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 #C16847 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 104 71 -
CMYK 0 0.46 0.63 0.24
HSL 16.23º 0.5% 0.52% -
HSV(B) 16.23º 0.63% 0.76% -
XYZ 28.08 21.69 8.67 -
YUV 126.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 193 104 71 0 0.46 0.63 0.24 16.23 0.5 0.52
Hex C1 68 47 0 2E 3F 18 10 32 34
Octal 301 150 107 0 56 77 30 20 62 64
Binary 11000001 1101000 1000111 0 101110 111111 11000 10000 110010 110100

Color Harmonies of #C16847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16847

Black with #C16847

Text Example


Text Example

White with #C16847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16847; }

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

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

background-color css

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

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

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

border-color css

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

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

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