Html Css Color HEX #C4774F Red Damask

📋 copy color: '#C4774F'

red 196 ◦ green 119 ◦ blue 79

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

Shades of Red Damask #C4774F

Tints of Red Damask #C4774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.05%

R = 49.75%
G = 30.2%
B = 20.05%

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

#C4774F (or 0xC4774F) is known color: Red Damask. HEX triplet: C4, 77 and 4F. RGB value is (196,119,79). Sum of RGB (Red+Green+Blue) = 196+119+79=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4774F is #3B88B0. Grayscale: #898989. Windows color (decimal): -3901617 or 5208004. OLE color: 5208004.

HSL color Cylindrical-coordinate representation of color #C4774F: hue angle of 20.51º 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 #C4774F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 119 79 -
CMYK 0 0.39 0.60 0.23
HSL 20.51º 0.5% 0.54% -
HSV(B) 20.51º 0.6% 0.77% -
XYZ 30.77 25.49 10.7 -
YUV 137.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 196 119 79 0 0.39 0.60 0.23 20.51 0.5 0.54
Hex C4 77 4F 0 27 3C 17 15 32 36
Octal 304 167 117 0 47 74 27 25 62 66
Binary 11000100 1110111 1001111 0 100111 111100 10111 10101 110010 110110

Color Harmonies of #C4774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4774F

Black with #C4774F

Text Example


Text Example

White with #C4774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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