Html Css Color HEX #C77346 Red Damask

📋 copy color: '#C77346'

red 199 ◦ green 115 ◦ blue 70

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

Shades of Red Damask #C77346

Tints of Red Damask #C77346

RGB

 RED value IS 199 (78.13% from 255) = 51.82%

 GREEN value IS 115 (45.31% from 255) = 29.95%

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 51.82%
G = 29.95%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C77346 (or 0xC77346) is known color: Red Damask. HEX triplet: C7, 73 and 46. RGB value is (199,115,70). Sum of RGB (Red+Green+Blue) = 199+115+70=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C77346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77346 is #388CB9. Grayscale: #878787. Windows color (decimal): -3706042 or 4617159. OLE color: 4617159.

HSL color Cylindrical-coordinate representation of color #C77346: hue angle of 20.93º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C77346 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 115 70 -
CMYK 0 0.42 0.65 0.22
HSL 20.93º 0.54% 0.53% -
HSV(B) 20.93º 0.65% 0.78% -
XYZ 30.79 24.85 8.97 -
YUV 134.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 199 115 70 0 0.42 0.65 0.22 20.93 0.54 0.53
Hex C7 73 46 0 2A 41 16 15 36 35
Octal 307 163 106 0 52 101 26 25 66 65
Binary 11000111 1110011 1000110 0 101010 1000001 10110 10101 110110 110101

Color Harmonies of #C77346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77346

Black with #C77346

Text Example


Text Example

White with #C77346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77346; }

 p { color: rgb(199,115,70); }

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

background-color css

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

 a { background-color: rgb(199,115,70); }

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

border-color css

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

 span { border-color: rgb(199,115,70); }

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