Html Css Color HEX #C16D4D Red Damask

📋 copy color: '#C16D4D'

red 193 ◦ green 109 ◦ blue 77

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

Shades of Red Damask #C16D4D

Tints of Red Damask #C16D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 50.92%
G = 28.76%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C16D4D (or 0xC16D4D) is known color: Red Damask. HEX triplet: C1, 6D and 4D. RGB value is (193,109,77). Sum of RGB (Red+Green+Blue) = 193+109+77=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D4D is #3E92B2. Grayscale: #828282. Windows color (decimal): -4100787 or 5074369. OLE color: 5074369.

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

Color convert

RGB 193 109 77 -
CMYK 0 0.44 0.60 0.24
HSL 16.55º 0.48% 0.53% -
HSV(B) 16.55º 0.6% 0.76% -
XYZ 28.8 22.81 9.91 -
YUV 130.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 193 109 77 0 0.44 0.60 0.24 16.55 0.48 0.53
Hex C1 6D 4D 0 2C 3C 18 11 30 35
Octal 301 155 115 0 54 74 30 21 60 65
Binary 11000001 1101101 1001101 0 101100 111100 11000 10001 110000 110101

Color Harmonies of #C16D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D4D

Black with #C16D4D

Text Example


Text Example

White with #C16D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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