#C3774A

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

Shades of Red Damask #C3774A

Tints of Red Damask #C3774A

Color information

#C3774A (or 0xC3774A) is unknown color: approx Red Damask. HEX triplet: C3, 77 and 4A. RGB value is (195,119,74). Sum of RGB (Red+Green+Blue) = 195+119+74=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3774A is #3C88B5. Grayscale: #888888. Windows color (decimal): -3967158 or 4880323. OLE color: 4880323.

HSL color Cylindrical-coordinate representation of color #C3774A: hue angle of 22.31º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3774A is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19511974-
CMYK00.390.620.24
HSL22.31º50.21%52.75%-
HSV(B)22.31º62.05%76.47%-
XYZ30.3425.299.76-
YUV136.5992.68169.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=50.26%
G=30.67%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951197400.390.620.2422.3150.2152.75
HexC3774A0273E18163235
Octal3031671120477630266265
Binary110000111110111100101001001111111101100010110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3774A; }

 p { color: rgb(195,119,74); }

 H1.HeaderClassName
 {
   color: #C3774A;
 }
 .AnyTagClassName
 {
   color: #C3774A;
 }
</style>
background-color css

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

 a { background-color: rgb(195,119,74); }

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

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

 span { border-color: rgb(195,119,74); }

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