Html Css Color HEX #C17354 Red Damask

📋 copy color: '#C17354'

red 193 ◦ green 115 ◦ blue 84

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

Shades of Red Damask #C17354

Tints of Red Damask #C17354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.43%

R = 49.23%
G = 29.34%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17354 (or 0xC17354) is known color: Red Damask. HEX triplet: C1, 73 and 54. RGB value is (193,115,84). Sum of RGB (Red+Green+Blue) = 193+115+84=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C17354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17354 is #3E8CAB. Grayscale: #868686. Windows color (decimal): -4099244 or 5534657. OLE color: 5534657.

HSL color Cylindrical-coordinate representation of color #C17354: hue angle of 17.06º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C17354 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 115 84 -
CMYK 0 0.40 0.56 0.24
HSL 17.06º 0.47% 0.54% -
HSV(B) 17.06º 0.56% 0.76% -
XYZ 29.72 24.24 11.5 -
YUV 134.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 193 115 84 0 0.40 0.56 0.24 17.06 0.47 0.54
Hex C1 73 54 0 28 38 18 11 2F 36
Octal 301 163 124 0 50 70 30 21 57 66
Binary 11000001 1110011 1010100 0 101000 111000 11000 10001 101111 110110

Color Harmonies of #C17354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17354

Black with #C17354

Text Example


Text Example

White with #C17354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17354; }

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

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

background-color css

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

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

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

border-color css

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

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

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