Html Css Color HEX #C16C4D Red Damask

📋 copy color: '#C16C4D'

red 193 ◦ green 108 ◦ blue 77

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

Shades of Red Damask #C16C4D

Tints of Red Damask #C16C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 51.06%
G = 28.57%
B = 20.37%

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

#C16C4D (or 0xC16C4D) is known color: Red Damask. HEX triplet: C1, 6C and 4D. RGB value is (193,108,77). Sum of RGB (Red+Green+Blue) = 193+108+77=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16C4D is #3E93B2. Grayscale: #828282. Windows color (decimal): -4101043 or 5074113. OLE color: 5074113.

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

Color convert

RGB 193 108 77 -
CMYK 0 0.44 0.60 0.24
HSL 16.03º 0.48% 0.53% -
HSV(B) 16.03º 0.6% 0.76% -
XYZ 28.69 22.6 9.87 -
YUV 129.88 98.16 173.02 -
System Red Green Blue C M Y K H S L
Decimal 193 108 77 0 0.44 0.60 0.24 16.03 0.48 0.53
Hex C1 6C 4D 0 2C 3C 18 10 30 35
Octal 301 154 115 0 54 74 30 20 60 65
Binary 11000001 1101100 1001101 0 101100 111100 11000 10000 110000 110101

Color Harmonies of #C16C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16C4D

Black with #C16C4D

Text Example


Text Example

White with #C16C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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