Html Css Color HEX #C16E4A Red Damask

📋 copy color: '#C16E4A'

red 193 ◦ green 110 ◦ blue 74

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

Shades of Red Damask #C16E4A

Tints of Red Damask #C16E4A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.18%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 51.19%
G = 29.18%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C16E4A (or 0xC16E4A) is known color: Red Damask. HEX triplet: C1, 6E and 4A. RGB value is (193,110,74). Sum of RGB (Red+Green+Blue) = 193+110+74=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E4A is #3E91B5. Grayscale: #828282. Windows color (decimal): -4100534 or 4878017. OLE color: 4878017.

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

Color convert

RGB 193 110 74 -
CMYK 0 0.43 0.62 0.24
HSL 18.15º 0.49% 0.52% -
HSV(B) 18.15º 0.62% 0.76% -
XYZ 28.8 22.98 9.4 -
YUV 130.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 193 110 74 0 0.43 0.62 0.24 18.15 0.49 0.52
Hex C1 6E 4A 0 2B 3E 18 12 31 34
Octal 301 156 112 0 53 76 30 22 61 64
Binary 11000001 1101110 1001010 0 101011 111110 11000 10010 110001 110100

Color Harmonies of #C16E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16E4A

Black with #C16E4A

Text Example


Text Example

White with #C16E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16E4A; }

 p { color: rgb(193,110,74); }

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

background-color css

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

 a { background-color: rgb(193,110,74); }

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

border-color css

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

 span { border-color: rgb(193,110,74); }

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