Html Css Color HEX #C4774E Red Damask

📋 copy color: '#C4774E'

red 196 ◦ green 119 ◦ blue 78

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

Shades of Red Damask #C4774E

Tints of Red Damask #C4774E

RGB

 RED value IS 196 (76.95% from 255) = 49.87%

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

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 49.87%
G = 30.28%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4774E (or 0xC4774E) is known color: Red Damask. HEX triplet: C4, 77 and 4E. RGB value is (196,119,78). Sum of RGB (Red+Green+Blue) = 196+119+78=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4774E is #3B88B1. Grayscale: #898989. Windows color (decimal): -3901618 or 5142468. OLE color: 5142468.

HSL color Cylindrical-coordinate representation of color #C4774E: hue angle of 20.85º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4774E is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 78 -
CMYK 0 0.39 0.60 0.23
HSL 20.85º 0.5% 0.54% -
HSV(B) 20.85º 0.6% 0.77% -
XYZ 30.74 25.48 10.51 -
YUV 137.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 196 119 78 0 0.39 0.60 0.23 20.85 0.5 0.54
Hex C4 77 4E 0 27 3C 17 15 32 36
Octal 304 167 116 0 47 74 27 25 62 66
Binary 11000100 1110111 1001110 0 100111 111100 10111 10101 110010 110110

Color Harmonies of #C4774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4774E

Black with #C4774E

Text Example


Text Example

White with #C4774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4774E; }

 p { color: rgb(196,119,78); }

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

background-color css

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

 a { background-color: rgb(196,119,78); }

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

border-color css

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

 span { border-color: rgb(196,119,78); }

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