Html Css Color HEX #C77349 Red Damask

📋 copy color: '#C77349'

red 199 ◦ green 115 ◦ blue 73

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

Shades of Red Damask #C77349

Tints of Red Damask #C77349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.86%

R = 51.42%
G = 29.72%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C77349 (or 0xC77349) is known color: Red Damask. HEX triplet: C7, 73 and 49. RGB value is (199,115,73). Sum of RGB (Red+Green+Blue) = 199+115+73=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C77349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77349 is #388CB6. Grayscale: #878787. Windows color (decimal): -3706039 or 4813767. OLE color: 4813767.

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

Color convert

RGB 199 115 73 -
CMYK 0 0.42 0.63 0.22
HSL 20º 0.53% 0.53% -
HSV(B) 20º 0.63% 0.78% -
XYZ 30.89 24.88 9.48 -
YUV 135.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 199 115 73 0 0.42 0.63 0.22 20 0.53 0.53
Hex C7 73 49 0 2A 3F 16 14 35 35
Octal 307 163 111 0 52 77 26 24 65 65
Binary 11000111 1110011 1001001 0 101010 111111 10110 10100 110101 110101

Color Harmonies of #C77349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77349

Black with #C77349

Text Example


Text Example

White with #C77349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77349; }

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

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

background-color css

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

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

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

border-color css

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

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

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