#CE714E

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

Shades of Red Damask #CE714E

Tints of Red Damask #CE714E

Color information

#CE714E (or 0xCE714E) is unknown color: approx Red Damask. HEX triplet: CE, 71 and 4E. RGB value is (206,113,78). Sum of RGB (Red+Green+Blue) = 206+113+78=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE714E is #318EB1. Grayscale: #898989. Windows color (decimal): -3247794 or 5140942. OLE color: 5140942.

HSL color Cylindrical-coordinate representation of color #CE714E: hue angle of 16.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE714E is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20611378-
CMYK00.450.620.19
HSL16.41º56.64%55.69%-
HSV(B)16.41º62.14%80.78%-
XYZ32.7325.4810.4-
YUV136.8294.81177.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=51.89%
G=28.46%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061137800.450.620.1916.4156.6455.69
HexCE714E02D3E13103938
Octal3161611160557623207170
Binary110011101110001100111001011011111101001110000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE714E; }

 p { color: rgb(206,113,78); }

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

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

 a { background-color: rgb(206,113,78); }

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

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

 span { border-color: rgb(206,113,78); }

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