#C3754A

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

Shades of Red Damask #C3754A

Tints of Red Damask #C3754A

Color information

#C3754A (or 0xC3754A) is unknown color: approx Red Damask. HEX triplet: C3, 75 and 4A. RGB value is (195,117,74). Sum of RGB (Red+Green+Blue) = 195+117+74=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3754A is #3C8AB5. Grayscale: #878787. Windows color (decimal): -3967670 or 4879811. OLE color: 4879811.

HSL color Cylindrical-coordinate representation of color #C3754A: hue angle of 21.32º 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 #C3754A is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19511774-
CMYK00.40.620.24
HSL21.32º50.21%52.75%-
HSV(B)21.32º62.05%76.47%-
XYZ30.124.829.68-
YUV135.4293.34170.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 74 (29.30% from 255) = 19.17%
R=50.52%
G=30.31%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951177400.40.620.2421.3250.2152.75
HexC3754A0283E18153235
Octal3031651120507630256265
Binary110000111110101100101001010001111101100010101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3754A; }

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

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

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

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

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

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

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

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