Html Css Color HEX #C17349 Red Damask

📋 copy color: '#C17349'

red 193 ◦ green 115 ◦ blue 73

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

Shades of Red Damask #C17349

Tints of Red Damask #C17349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

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

R = 50.66%
G = 30.18%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C17349 (or 0xC17349) is known color: Red Damask. HEX triplet: C1, 73 and 49. RGB value is (193,115,73). Sum of RGB (Red+Green+Blue) = 193+115+73=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C17349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17349 is #3E8CB6. Grayscale: #858585. Windows color (decimal): -4099255 or 4813761. OLE color: 4813761.

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

Color convert

RGB 193 115 73 -
CMYK 0 0.40 0.62 0.24
HSL 21º 0.49% 0.52% -
HSV(B) 21º 0.62% 0.76% -
XYZ 29.33 24.08 9.41 -
YUV 133.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 193 115 73 0 0.40 0.62 0.24 21 0.49 0.52
Hex C1 73 49 0 28 3E 18 15 31 34
Octal 301 163 111 0 50 76 30 25 61 64
Binary 11000001 1110011 1001001 0 101000 111110 11000 10101 110001 110100

Color Harmonies of #C17349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17349

Black with #C17349

Text Example


Text Example

White with #C17349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17349; }

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

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

background-color css

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

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

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

border-color css

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

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

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