Html Css Color HEX #C16749 Red Damask

📋 copy color: '#C16749'

red 193 ◦ green 103 ◦ blue 73

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

Shades of Red Damask #C16749

Tints of Red Damask #C16749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

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

R = 52.3%
G = 27.91%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C16749 (or 0xC16749) is known color: Red Damask. HEX triplet: C1, 67 and 49. RGB value is (193,103,73). Sum of RGB (Red+Green+Blue) = 193+103+73=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C16749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16749 is #3E98B6. Grayscale: #7E7E7E. Windows color (decimal): -4102327 or 4810689. OLE color: 4810689.

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

Color convert

RGB 193 103 73 -
CMYK 0 0.47 0.62 0.24
HSL 15º 0.49% 0.52% -
HSV(B) 15º 0.62% 0.76% -
XYZ 28.05 21.52 8.98 -
YUV 126.49 97.82 175.44 -
System Red Green Blue C M Y K H S L
Decimal 193 103 73 0 0.47 0.62 0.24 15 0.49 0.52
Hex C1 67 49 0 2F 3E 18 F 31 34
Octal 301 147 111 0 57 76 30 17 61 64
Binary 11000001 1100111 1001001 0 101111 111110 11000 1111 110001 110100

Color Harmonies of #C16749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16749

Black with #C16749

Text Example


Text Example

White with #C16749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16749; }

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

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

background-color css

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

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

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

border-color css

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

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

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