#C3754E

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

Shades of Red Damask #C3754E

Tints of Red Damask #C3754E

Color information

#C3754E (or 0xC3754E) is unknown color: approx Red Damask. HEX triplet: C3, 75 and 4E. RGB value is (195,117,78). Sum of RGB (Red+Green+Blue) = 195+117+78=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3754E is #3C8AB1. Grayscale: #888888. Windows color (decimal): -3967666 or 5141955. OLE color: 5141955.

HSL color Cylindrical-coordinate representation of color #C3754E: hue angle of 20º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3754E is Cyan = 0, Magento = 0.4, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB19511778-
CMYK00.40.60.24
HSL20º49.37%53.53%-
HSV(B)20º60%76.47%-
XYZ30.2424.8710.42-
YUV135.8895.34170.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 78 (30.86% from 255) = 20%
R=50%
G=30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951177800.40.60.242049.3753.53
HexC3754E0283C18143136
Octal3031651160507430246166
Binary110000111110101100111001010001111001100010100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3754E; }

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

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

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

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

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

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

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

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