Html Css Color HEX #C17154 Red Damask

📋 copy color: '#C17154'

red 193 ◦ green 113 ◦ blue 84

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

Shades of Red Damask #C17154

Tints of Red Damask #C17154

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.97%

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

R = 49.49%
G = 28.97%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17154 (or 0xC17154) is known color: Red Damask. HEX triplet: C1, 71 and 54. RGB value is (193,113,84). Sum of RGB (Red+Green+Blue) = 193+113+84=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C17154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17154 is #3E8EAB. Grayscale: #858585. Windows color (decimal): -4099756 or 5534145. OLE color: 5534145.

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

Color convert

RGB 193 113 84 -
CMYK 0 0.41 0.56 0.24
HSL 15.96º 0.47% 0.54% -
HSV(B) 15.96º 0.56% 0.76% -
XYZ 29.5 23.79 11.42 -
YUV 133.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 193 113 84 0 0.41 0.56 0.24 15.96 0.47 0.54
Hex C1 71 54 0 29 38 18 10 2F 36
Octal 301 161 124 0 51 70 30 20 57 66
Binary 11000001 1110001 1010100 0 101001 111000 11000 10000 101111 110110

Color Harmonies of #C17154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17154

Black with #C17154

Text Example


Text Example

White with #C17154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17154; }

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

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

background-color css

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

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

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

border-color css

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

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

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