#CE7446

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

Shades of Red Damask #CE7446

Tints of Red Damask #CE7446

Color information

#CE7446 (or 0xCE7446) is unknown color: approx Red Damask. HEX triplet: CE, 74 and 46. RGB value is (206,116,70). Sum of RGB (Red+Green+Blue) = 206+116+70=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7446 is #318BB9. Grayscale: #898989. Windows color (decimal): -3247034 or 4617422. OLE color: 4617422.

HSL color Cylindrical-coordinate representation of color #CE7446: hue angle of 20.29º 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 #CE7446 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20611670-
CMYK00.440.660.19
HSL20.29º58.12%54.12%-
HSV(B)20.29º66.02%80.78%-
XYZ32.826.059.09-
YUV137.6789.82176.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.55%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 70 (27.73% from 255) = 17.86%
R=52.55%
G=29.59%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061167000.440.660.1920.2958.1254.12
HexCE744602C4213143a36
Octal31616410605410223247266
Binary1100111011101001000110010110010000101001110100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7446; }

 p { color: rgb(206,116,70); }

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

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

 a { background-color: rgb(206,116,70); }

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

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

 span { border-color: rgb(206,116,70); }

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