Html Css Color HEX #C77050 Red Damask

📋 copy color: '#C77050'

red 199 ◦ green 112 ◦ blue 80

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

Shades of Red Damask #C77050

Tints of Red Damask #C77050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 80 (31.64% from 255) = 20.46%

R = 50.9%
G = 28.64%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C77050 (or 0xC77050) is known color: Red Damask. HEX triplet: C7, 70 and 50. RGB value is (199,112,80). Sum of RGB (Red+Green+Blue) = 199+112+80=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C77050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77050 is #388FAF. Grayscale: #868686. Windows color (decimal): -3706800 or 5271751. OLE color: 5271751.

HSL color Cylindrical-coordinate representation of color #C77050: hue angle of 16.13º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C77050 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 80 -
CMYK 0 0.44 0.60 0.22
HSL 16.13º 0.52% 0.55% -
HSV(B) 16.13º 0.6% 0.78% -
XYZ 30.8 24.31 10.66 -
YUV 134.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 199 112 80 0 0.44 0.60 0.22 16.13 0.52 0.55
Hex C7 70 50 0 2C 3C 16 10 34 37
Octal 307 160 120 0 54 74 26 20 64 67
Binary 11000111 1110000 1010000 0 101100 111100 10110 10000 110100 110111

Color Harmonies of #C77050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77050

Black with #C77050

Text Example


Text Example

White with #C77050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77050; }

 p { color: rgb(199,112,80); }

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

background-color css

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

 a { background-color: rgb(199,112,80); }

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

border-color css

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

 span { border-color: rgb(199,112,80); }

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