#CE6B4E

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

Shades of Red Damask #CE6B4E

Tints of Red Damask #CE6B4E

Color information

#CE6B4E (or 0xCE6B4E) is unknown color: approx Red Damask. HEX triplet: CE, 6B and 4E. RGB value is (206,107,78). Sum of RGB (Red+Green+Blue) = 206+107+78=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B4E is #3194B1. Grayscale: #858585. Windows color (decimal): -3249330 or 5139406. OLE color: 5139406.

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

Color convert

RGB20610778-
CMYK00.480.620.19
HSL13.59º56.64%55.69%-
HSV(B)13.59º62.14%80.78%-
XYZ32.0924.1910.19-
YUV133.2996.8179.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.69%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 78 (30.86% from 255) = 19.95%
R=52.69%
G=27.37%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061077800.480.620.1913.5956.6455.69
HexCE6B4E0303E13e3938
Octal3161531160607623167170
Binary11001110110101110011100110000111110100111110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6B4E; }

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

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

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

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

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

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

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

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