Html Css Color HEX #C16D4C Red Damask

📋 copy color: '#C16D4C'

red 193 ◦ green 109 ◦ blue 76

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

Shades of Red Damask #C16D4C

Tints of Red Damask #C16D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 51.06%
G = 28.84%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C16D4C (or 0xC16D4C) is known color: Red Damask. HEX triplet: C1, 6D and 4C. RGB value is (193,109,76). Sum of RGB (Red+Green+Blue) = 193+109+76=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16D4C is #3E92B3. Grayscale: #828282. Windows color (decimal): -4100788 or 5008833. OLE color: 5008833.

HSL color Cylindrical-coordinate representation of color #C16D4C: hue angle of 16.92º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C16D4C is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 109 76 -
CMYK 0 0.44 0.61 0.24
HSL 16.92º 0.49% 0.53% -
HSV(B) 16.92º 0.61% 0.76% -
XYZ 28.77 22.8 9.72 -
YUV 130.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 193 109 76 0 0.44 0.61 0.24 16.92 0.49 0.53
Hex C1 6D 4C 0 2C 3D 18 11 31 35
Octal 301 155 114 0 54 75 30 21 61 65
Binary 11000001 1101101 1001100 0 101100 111101 11000 10001 110001 110101

Color Harmonies of #C16D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D4C

Black with #C16D4C

Text Example


Text Example

White with #C16D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D4C; }

 p { color: rgb(193,109,76); }

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

background-color css

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

 a { background-color: rgb(193,109,76); }

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

border-color css

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

 span { border-color: rgb(193,109,76); }

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