Html Css Color HEX #C1774F Red Damask

📋 copy color: '#C1774F'

red 193 ◦ green 119 ◦ blue 79

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

Shades of Red Damask #C1774F

Tints of Red Damask #C1774F

RGB

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

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

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

R = 49.36%
G = 30.43%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1774F (or 0xC1774F) is known color: Red Damask. HEX triplet: C1, 77 and 4F. RGB value is (193,119,79). Sum of RGB (Red+Green+Blue) = 193+119+79=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1774F is #3E88B0. Grayscale: #888888. Windows color (decimal): -4098225 or 5208001. OLE color: 5208001.

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

Color convert

RGB 193 119 79 -
CMYK 0 0.38 0.59 0.24
HSL 21.05º 0.48% 0.53% -
HSV(B) 21.05º 0.59% 0.76% -
XYZ 30 25.1 10.66 -
YUV 136.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 193 119 79 0 0.38 0.59 0.24 21.05 0.48 0.53
Hex C1 77 4F 0 26 3B 18 15 30 35
Octal 301 167 117 0 46 73 30 25 60 65
Binary 11000001 1110111 1001111 0 100110 111011 11000 10101 110000 110101

Color Harmonies of #C1774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1774F

Black with #C1774F

Text Example


Text Example

White with #C1774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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