Html Css Color HEX #C17150 Red Damask

📋 copy color: '#C17150'

red 193 ◦ green 113 ◦ blue 80

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

Shades of Red Damask #C17150

Tints of Red Damask #C17150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 50%
G = 29.27%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C17150 (or 0xC17150) is known color: Red Damask. HEX triplet: C1, 71 and 50. RGB value is (193,113,80). Sum of RGB (Red+Green+Blue) = 193+113+80=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C17150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17150 is #3E8EAF. Grayscale: #858585. Windows color (decimal): -4099760 or 5272001. OLE color: 5272001.

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

Color convert

RGB 193 113 80 -
CMYK 0 0.41 0.59 0.24
HSL 17.52º 0.48% 0.54% -
HSV(B) 17.52º 0.59% 0.76% -
XYZ 29.35 23.73 10.62 -
YUV 133.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 193 113 80 0 0.41 0.59 0.24 17.52 0.48 0.54
Hex C1 71 50 0 29 3B 18 12 30 36
Octal 301 161 120 0 51 73 30 22 60 66
Binary 11000001 1110001 1010000 0 101001 111011 11000 10010 110000 110110

Color Harmonies of #C17150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17150

Black with #C17150

Text Example


Text Example

White with #C17150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17150; }

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

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

background-color css

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

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

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

border-color css

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

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

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