#C3714C

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

Shades of Red Damask #C3714C

Tints of Red Damask #C3714C

Color information

#C3714C (or 0xC3714C) is unknown color: approx Red Damask. HEX triplet: C3, 71 and 4C. RGB value is (195,113,76). Sum of RGB (Red+Green+Blue) = 195+113+76=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3714C is #3C8EB3. Grayscale: #858585. Windows color (decimal): -3968692 or 5009859. OLE color: 5009859.

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

Color convert

RGB19511376-
CMYK00.420.610.24
HSL18.66º49.79%53.14%-
HSV(B)18.66º61.03%76.47%-
XYZ29.7223.939.89-
YUV133.395.67172.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.78%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 76 (30.08% from 255) = 19.79%
R=50.78%
G=29.43%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951137600.420.610.2418.6649.7953.14
HexC3714C02A3D18133235
Octal3031611140527530236265
Binary110000111110001100110001010101111011100010011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3714C; }

 p { color: rgb(195,113,76); }

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

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

 a { background-color: rgb(195,113,76); }

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

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

 span { border-color: rgb(195,113,76); }

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