#CE724A

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

Shades of Red Damask #CE724A

Tints of Red Damask #CE724A

Color information

#CE724A (or 0xCE724A) is unknown color: approx Red Damask. HEX triplet: CE, 72 and 4A. RGB value is (206,114,74). Sum of RGB (Red+Green+Blue) = 206+114+74=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE724A is #318DB5. Grayscale: #898989. Windows color (decimal): -3247542 or 4879054. OLE color: 4879054.

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

Color convert

RGB20611474-
CMYK00.450.640.19
HSL18.18º57.39%54.9%-
HSV(B)18.18º64.08%80.78%-
XYZ32.7125.659.71-
YUV136.9592.48177.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=52.28%
G=28.93%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061147400.450.640.1918.1857.3954.9
HexCE724A02D4013123937
Octal31616211205510023227167
Binary1100111011100101001010010110110000001001110010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE724A; }

 p { color: rgb(206,114,74); }

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

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

 a { background-color: rgb(206,114,74); }

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

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

 span { border-color: rgb(206,114,74); }

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