Html Css Color HEX #C17046 Red Damask

📋 copy color: '#C17046'

red 193 ◦ green 112 ◦ blue 70

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

Shades of Red Damask #C17046

Tints of Red Damask #C17046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.87%

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 51.47%
G = 29.87%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C17046 (or 0xC17046) is known color: Red Damask. HEX triplet: C1, 70 and 46. RGB value is (193,112,70). Sum of RGB (Red+Green+Blue) = 193+112+70=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C17046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17046 is #3E8FB9. Grayscale: #838383. Windows color (decimal): -4100026 or 4616385. OLE color: 4616385.

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

Color convert

RGB 193 112 70 -
CMYK 0 0.42 0.64 0.24
HSL 20.49º 0.5% 0.52% -
HSV(B) 20.49º 0.64% 0.76% -
XYZ 28.89 23.37 8.78 -
YUV 131.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 193 112 70 0 0.42 0.64 0.24 20.49 0.5 0.52
Hex C1 70 46 0 2A 40 18 14 32 34
Octal 301 160 106 0 52 100 30 24 62 64
Binary 11000001 1110000 1000110 0 101010 1000000 11000 10100 110010 110100

Color Harmonies of #C17046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17046

Black with #C17046

Text Example


Text Example

White with #C17046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17046; }

 p { color: rgb(193,112,70); }

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

background-color css

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

 a { background-color: rgb(193,112,70); }

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

border-color css

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

 span { border-color: rgb(193,112,70); }

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