#CE6947

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

Shades of Red Damask #CE6947

Tints of Red Damask #CE6947

Color information

#CE6947 (or 0xCE6947) is unknown color: approx Red Damask. HEX triplet: CE, 69 and 47. RGB value is (206,105,71). Sum of RGB (Red+Green+Blue) = 206+105+71=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6947 is #3196B8. Grayscale: #838383. Windows color (decimal): -3249849 or 4680142. OLE color: 4680142.

HSL color Cylindrical-coordinate representation of color #CE6947: hue angle of 15.11º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE6947 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20610571-
CMYK00.490.660.19
HSL15.11º57.94%54.31%-
HSV(B)15.11º65.53%80.78%-
XYZ31.6423.688.86-
YUV131.3293.96181.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.93%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 71 (28.12% from 255) = 18.59%
R=53.93%
G=27.49%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061057100.490.660.1915.1157.9454.31
HexCE69470314213f3a36
Octal31615110706110223177266
Binary110011101101001100011101100011000010100111111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6947; }

 p { color: rgb(206,105,71); }

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

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

 a { background-color: rgb(206,105,71); }

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

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

 span { border-color: rgb(206,105,71); }

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