Html Css Color HEX #C16F4F Red Damask

📋 copy color: '#C16F4F'

red 193 ◦ green 111 ◦ blue 79

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

Shades of Red Damask #C16F4F

Tints of Red Damask #C16F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.63%

R = 50.39%
G = 28.98%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C16F4F (or 0xC16F4F) is known color: Red Damask. HEX triplet: C1, 6F and 4F. RGB value is (193,111,79). Sum of RGB (Red+Green+Blue) = 193+111+79=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F4F is #3E90B0. Grayscale: #848484. Windows color (decimal): -4100273 or 5205953. OLE color: 5205953.

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

Color convert

RGB 193 111 79 -
CMYK 0 0.42 0.59 0.24
HSL 16.84º 0.48% 0.53% -
HSV(B) 16.84º 0.59% 0.76% -
XYZ 29.09 23.27 10.36 -
YUV 131.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 193 111 79 0 0.42 0.59 0.24 16.84 0.48 0.53
Hex C1 6F 4F 0 2A 3B 18 11 30 35
Octal 301 157 117 0 52 73 30 21 60 65
Binary 11000001 1101111 1001111 0 101010 111011 11000 10001 110000 110101

Color Harmonies of #C16F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F4F

Black with #C16F4F

Text Example


Text Example

White with #C16F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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