Html Css Color HEX #C4774D Red Damask

📋 copy color: '#C4774D'

red 196 ◦ green 119 ◦ blue 77

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

Shades of Red Damask #C4774D

Tints of Red Damask #C4774D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 50%
G = 30.36%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4774D (or 0xC4774D) is known color: Red Damask. HEX triplet: C4, 77 and 4D. RGB value is (196,119,77). Sum of RGB (Red+Green+Blue) = 196+119+77=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4774D is #3B88B2. Grayscale: #898989. Windows color (decimal): -3901619 or 5076932. OLE color: 5076932.

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

Color convert

RGB 196 119 77 -
CMYK 0 0.39 0.61 0.23
HSL 21.18º 0.5% 0.54% -
HSV(B) 21.18º 0.61% 0.77% -
XYZ 30.7 25.47 10.32 -
YUV 137.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 196 119 77 0 0.39 0.61 0.23 21.18 0.5 0.54
Hex C4 77 4D 0 27 3D 17 15 32 36
Octal 304 167 115 0 47 75 27 25 62 66
Binary 11000100 1110111 1001101 0 100111 111101 10111 10101 110010 110110

Color Harmonies of #C4774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4774D

Black with #C4774D

Text Example


Text Example

White with #C4774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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