Html Css Color HEX #C17454 Red Damask

📋 copy color: '#C17454'

red 193 ◦ green 116 ◦ blue 84

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

Shades of Red Damask #C17454

Tints of Red Damask #C17454

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

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

R = 49.11%
G = 29.52%
B = 21.37%

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

#C17454 (or 0xC17454) is known color: Red Damask. HEX triplet: C1, 74 and 54. RGB value is (193,116,84). Sum of RGB (Red+Green+Blue) = 193+116+84=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 84 (33.20% from 255 or 21.37% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C17454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17454 is #3E8BAB. Grayscale: #878787. Windows color (decimal): -4098988 or 5534913. OLE color: 5534913.

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

Color convert

RGB 193 116 84 -
CMYK 0 0.40 0.56 0.24
HSL 17.61º 0.47% 0.54% -
HSV(B) 17.61º 0.56% 0.76% -
XYZ 29.84 24.47 11.54 -
YUV 135.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 193 116 84 0 0.40 0.56 0.24 17.61 0.47 0.54
Hex C1 74 54 0 28 38 18 12 2F 36
Octal 301 164 124 0 50 70 30 22 57 66
Binary 11000001 1110100 1010100 0 101000 111000 11000 10010 101111 110110

Color Harmonies of #C17454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17454

Black with #C17454

Text Example


Text Example

White with #C17454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17454; }

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

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

background-color css

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

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

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

border-color css

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

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

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