#C4774D

Color #C4774D Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #C4774D

Tints of Red Damask #C4774D

Color information

#C4774D (or 0xC4774D) is unknown color: approx 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

RGB19611977-
CMYK00.390.610.23
HSL21.18º50.21%53.53%-
HSV(B)21.18º60.71%76.86%-
XYZ30.725.4710.32-
YUV137.2394.01169.92-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961197700.390.610.2321.1850.2153.53
HexC4774D0273D17153236
Octal3041671150477527256266
Binary110001001110111100110101001111111011011110101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>