Html Css Color HEX #C17950 Red Damask

📋 copy color: '#C17950'

red 193 ◦ green 121 ◦ blue 80

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

Shades of Red Damask #C17950

Tints of Red Damask #C17950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

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

R = 48.98%
G = 30.71%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C17950 (or 0xC17950) is known color: Red Damask. HEX triplet: C1, 79 and 50. RGB value is (193,121,80). Sum of RGB (Red+Green+Blue) = 193+121+80=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17950 is #3E86AF. Grayscale: #8A8A8A. Windows color (decimal): -4097712 or 5274049. OLE color: 5274049.

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

Color convert

RGB 193 121 80 -
CMYK 0 0.37 0.59 0.24
HSL 21.77º 0.48% 0.54% -
HSV(B) 21.77º 0.59% 0.76% -
XYZ 30.28 25.59 10.93 -
YUV 137.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 193 121 80 0 0.37 0.59 0.24 21.77 0.48 0.54
Hex C1 79 50 0 25 3B 18 16 30 36
Octal 301 171 120 0 45 73 30 26 60 66
Binary 11000001 1111001 1010000 0 100101 111011 11000 10110 110000 110110

Color Harmonies of #C17950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17950

Black with #C17950

Text Example


Text Example

White with #C17950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17950; }

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

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

background-color css

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

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

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

border-color css

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

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

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