Html Css Color HEX #C1774C Red Damask

📋 copy color: '#C1774C'

red 193 ◦ green 119 ◦ blue 76

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

Shades of Red Damask #C1774C

Tints of Red Damask #C1774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 49.74%
G = 30.67%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1774C (or 0xC1774C) is known color: Red Damask. HEX triplet: C1, 77 and 4C. RGB value is (193,119,76). Sum of RGB (Red+Green+Blue) = 193+119+76=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1774C is #3E88B3. Grayscale: #888888. Windows color (decimal): -4098228 or 5011393. OLE color: 5011393.

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

Color convert

RGB 193 119 76 -
CMYK 0 0.38 0.61 0.24
HSL 22.05º 0.49% 0.53% -
HSV(B) 22.05º 0.61% 0.76% -
XYZ 29.89 25.05 10.1 -
YUV 136.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 193 119 76 0 0.38 0.61 0.24 22.05 0.49 0.53
Hex C1 77 4C 0 26 3D 18 16 31 35
Octal 301 167 114 0 46 75 30 26 61 65
Binary 11000001 1110111 1001100 0 100110 111101 11000 10110 110001 110101

Color Harmonies of #C1774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1774C

Black with #C1774C

Text Example


Text Example

White with #C1774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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