Html Css Color HEX #C77448 Red Damask

📋 copy color: '#C77448'

red 199 ◦ green 116 ◦ blue 72

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

Shades of Red Damask #C77448

Tints of Red Damask #C77448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 51.42%
G = 29.97%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C77448 (or 0xC77448) is known color: Red Damask. HEX triplet: C7, 74 and 48. RGB value is (199,116,72). Sum of RGB (Red+Green+Blue) = 199+116+72=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C77448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77448 is #388BB7. Grayscale: #888888. Windows color (decimal): -3705784 or 4748487. OLE color: 4748487.

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

Color convert

RGB 199 116 72 -
CMYK 0 0.42 0.64 0.22
HSL 20.79º 0.53% 0.53% -
HSV(B) 20.79º 0.64% 0.78% -
XYZ 30.97 25.1 9.34 -
YUV 135.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 199 116 72 0 0.42 0.64 0.22 20.79 0.53 0.53
Hex C7 74 48 0 2A 40 16 15 35 35
Octal 307 164 110 0 52 100 26 25 65 65
Binary 11000111 1110100 1001000 0 101010 1000000 10110 10101 110101 110101

Color Harmonies of #C77448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77448

Black with #C77448

Text Example


Text Example

White with #C77448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77448; }

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

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

background-color css

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

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

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

border-color css

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

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

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