Html Css Color HEX #C77648 Red Damask

📋 copy color: '#C77648'

red 199 ◦ green 118 ◦ blue 72

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

Shades of Red Damask #C77648

Tints of Red Damask #C77648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

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

R = 51.16%
G = 30.33%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C77648 (or 0xC77648) is known color: Red Damask. HEX triplet: C7, 76 and 48. RGB value is (199,118,72). Sum of RGB (Red+Green+Blue) = 199+118+72=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C77648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77648 is #3889B7. Grayscale: #898989. Windows color (decimal): -3705272 or 4748999. OLE color: 4748999.

HSL color Cylindrical-coordinate representation of color #C77648: hue angle of 21.73º 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 #C77648 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 118 72 -
CMYK 0 0.41 0.64 0.22
HSL 21.73º 0.53% 0.53% -
HSV(B) 21.73º 0.64% 0.78% -
XYZ 31.2 25.57 9.42 -
YUV 136.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 199 118 72 0 0.41 0.64 0.22 21.73 0.53 0.53
Hex C7 76 48 0 29 40 16 16 35 35
Octal 307 166 110 0 51 100 26 26 65 65
Binary 11000111 1110110 1001000 0 101001 1000000 10110 10110 110101 110101

Color Harmonies of #C77648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77648

Black with #C77648

Text Example


Text Example

White with #C77648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77648; }

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

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

background-color css

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

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

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

border-color css

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

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

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