Html Css Color HEX #C17151 Red Damask

📋 copy color: '#C17151'

red 193 ◦ green 113 ◦ blue 81

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

Shades of Red Damask #C17151

Tints of Red Damask #C17151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.93%

R = 49.87%
G = 29.2%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C17151 (or 0xC17151) is known color: Red Damask. HEX triplet: C1, 71 and 51. RGB value is (193,113,81). Sum of RGB (Red+Green+Blue) = 193+113+81=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C17151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17151 is #3E8EAE. Grayscale: #858585. Windows color (decimal): -4099759 or 5337537. OLE color: 5337537.

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

Color convert

RGB 193 113 81 -
CMYK 0 0.41 0.58 0.24
HSL 17.14º 0.47% 0.54% -
HSV(B) 17.14º 0.58% 0.76% -
XYZ 29.38 23.74 10.82 -
YUV 133.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 193 113 81 0 0.41 0.58 0.24 17.14 0.47 0.54
Hex C1 71 51 0 29 3A 18 11 2F 36
Octal 301 161 121 0 51 72 30 21 57 66
Binary 11000001 1110001 1010001 0 101001 111010 11000 10001 101111 110110

Color Harmonies of #C17151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17151

Black with #C17151

Text Example


Text Example

White with #C17151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17151; }

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

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

background-color css

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

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

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

border-color css

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

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

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