Html Css Color HEX #C77748 Red Damask

📋 copy color: '#C77748'

red 199 ◦ green 119 ◦ blue 72

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

Shades of Red Damask #C77748

Tints of Red Damask #C77748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 51.03%
G = 30.51%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C77748 (or 0xC77748) is known color: Red Damask. HEX triplet: C7, 77 and 48. RGB value is (199,119,72). Sum of RGB (Red+Green+Blue) = 199+119+72=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C77748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77748 is #3888B7. Grayscale: #898989. Windows color (decimal): -3705016 or 4749255. OLE color: 4749255.

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

Color convert

RGB 199 119 72 -
CMYK 0 0.40 0.64 0.22
HSL 22.2º 0.53% 0.53% -
HSV(B) 22.2º 0.64% 0.78% -
XYZ 31.32 25.8 9.46 -
YUV 137.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 199 119 72 0 0.40 0.64 0.22 22.2 0.53 0.53
Hex C7 77 48 0 28 40 16 16 35 35
Octal 307 167 110 0 50 100 26 26 65 65
Binary 11000111 1110111 1001000 0 101000 1000000 10110 10110 110101 110101

Color Harmonies of #C77748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77748

Black with #C77748

Text Example


Text Example

White with #C77748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77748; }

 p { color: rgb(199,119,72); }

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

background-color css

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

 a { background-color: rgb(199,119,72); }

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

border-color css

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

 span { border-color: rgb(199,119,72); }

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