Html Css Color HEX #C1774D Red Damask

📋 copy color: '#C1774D'

red 193 ◦ green 119 ◦ blue 77

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

Shades of Red Damask #C1774D

Tints of Red Damask #C1774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

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

R = 49.61%
G = 30.59%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1774D (or 0xC1774D) is known color: Red Damask. HEX triplet: C1, 77 and 4D. RGB value is (193,119,77). Sum of RGB (Red+Green+Blue) = 193+119+77=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1774D is #3E88B2. Grayscale: #888888. Windows color (decimal): -4098227 or 5076929. OLE color: 5076929.

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

Color convert

RGB 193 119 77 -
CMYK 0 0.38 0.60 0.24
HSL 21.72º 0.48% 0.53% -
HSV(B) 21.72º 0.6% 0.76% -
XYZ 29.93 25.07 10.28 -
YUV 136.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 193 119 77 0 0.38 0.60 0.24 21.72 0.48 0.53
Hex C1 77 4D 0 26 3C 18 16 30 35
Octal 301 167 115 0 46 74 30 26 60 65
Binary 11000001 1110111 1001101 0 100110 111100 11000 10110 110000 110101

Color Harmonies of #C1774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1774D

Black with #C1774D

Text Example


Text Example

White with #C1774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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