Html Css Color HEX #C16950 Red Damask

📋 copy color: '#C16950'

red 193 ◦ green 105 ◦ blue 80

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

Shades of Red Damask #C16950

Tints of Red Damask #C16950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

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

R = 51.06%
G = 27.78%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C16950 (or 0xC16950) is known color: Red Damask. HEX triplet: C1, 69 and 50. RGB value is (193,105,80). Sum of RGB (Red+Green+Blue) = 193+105+80=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C16950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16950 is #3E96AF. Grayscale: #808080. Windows color (decimal): -4101808 or 5269953. OLE color: 5269953.

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

Color convert

RGB 193 105 80 -
CMYK 0 0.46 0.59 0.24
HSL 13.27º 0.48% 0.54% -
HSV(B) 13.27º 0.59% 0.76% -
XYZ 28.49 22.02 10.34 -
YUV 128.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 193 105 80 0 0.46 0.59 0.24 13.27 0.48 0.54
Hex C1 69 50 0 2E 3B 18 D 30 36
Octal 301 151 120 0 56 73 30 15 60 66
Binary 11000001 1101001 1010000 0 101110 111011 11000 1101 110000 110110

Color Harmonies of #C16950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16950

Black with #C16950

Text Example


Text Example

White with #C16950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16950; }

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

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

background-color css

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

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

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

border-color css

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

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

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