#CE6940

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

Shades of Red Damask #CE6940

Tints of Red Damask #CE6940

Color information

#CE6940 (or 0xCE6940) is unknown color: approx Red Damask. HEX triplet: CE, 69 and 40. RGB value is (206,105,64). Sum of RGB (Red+Green+Blue) = 206+105+64=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6940 is #3196BF. Grayscale: #828282. Windows color (decimal): -3249856 or 4221390. OLE color: 4221390.

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

Color convert

RGB20610564-
CMYK00.490.690.19
HSL17.32º59.17%52.94%-
HSV(B)17.32º68.93%80.78%-
XYZ31.4323.67.75-
YUV130.5290.46181.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.93%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=54.93%
G=28%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061056400.490.690.1917.3259.1752.94
HexCE69400314513113b35
Octal31615110006110523217365
Binary1100111011010011000000011000110001011001110001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6940; }

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

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

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

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

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

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

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

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