Html Css Color HEX #C16D52 Red Damask

📋 copy color: '#C16D52'

red 193 ◦ green 109 ◦ blue 82

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

Shades of Red Damask #C16D52

Tints of Red Damask #C16D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.35%

R = 50.26%
G = 28.39%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C16D52 (or 0xC16D52) is known color: Red Damask. HEX triplet: C1, 6D and 52. RGB value is (193,109,82). Sum of RGB (Red+Green+Blue) = 193+109+82=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16D52 is #3E92AD. Grayscale: #838383. Windows color (decimal): -4100782 or 5402049. OLE color: 5402049.

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

Color convert

RGB 193 109 82 -
CMYK 0 0.44 0.58 0.24
HSL 14.59º 0.47% 0.54% -
HSV(B) 14.59º 0.58% 0.76% -
XYZ 28.98 22.88 10.87 -
YUV 131.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 193 109 82 0 0.44 0.58 0.24 14.59 0.47 0.54
Hex C1 6D 52 0 2C 3A 18 F 2F 36
Octal 301 155 122 0 54 72 30 17 57 66
Binary 11000001 1101101 1010010 0 101100 111010 11000 1111 101111 110110

Color Harmonies of #C16D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16D52

Black with #C16D52

Text Example


Text Example

White with #C16D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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