Html Css Color HEX #C16F4D Red Damask

📋 copy color: '#C16F4D'

red 193 ◦ green 111 ◦ blue 77

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

Shades of Red Damask #C16F4D

Tints of Red Damask #C16F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

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

R = 50.66%
G = 29.13%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C16F4D (or 0xC16F4D) is known color: Red Damask. HEX triplet: C1, 6F and 4D. RGB value is (193,111,77). Sum of RGB (Red+Green+Blue) = 193+111+77=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F4D is #3E90B2. Grayscale: #838383. Windows color (decimal): -4100275 or 5074881. OLE color: 5074881.

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

Color convert

RGB 193 111 77 -
CMYK 0 0.42 0.60 0.24
HSL 17.59º 0.48% 0.53% -
HSV(B) 17.59º 0.6% 0.76% -
XYZ 29.02 23.24 9.98 -
YUV 131.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 193 111 77 0 0.42 0.60 0.24 17.59 0.48 0.53
Hex C1 6F 4D 0 2A 3C 18 12 30 35
Octal 301 157 115 0 52 74 30 22 60 65
Binary 11000001 1101111 1001101 0 101010 111100 11000 10010 110000 110101

Color Harmonies of #C16F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F4D

Black with #C16F4D

Text Example


Text Example

White with #C16F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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