#CE7951

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

Shades of Red Damask #CE7951

Tints of Red Damask #CE7951

Color information

#CE7951 (or 0xCE7951) is unknown color: approx Red Damask. HEX triplet: CE, 79 and 51. RGB value is (206,121,81). Sum of RGB (Red+Green+Blue) = 206+121+81=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7951 is #3186AE. Grayscale: #8E8E8E. Windows color (decimal): -3245743 or 5339598. OLE color: 5339598.

HSL color Cylindrical-coordinate representation of color #CE7951: hue angle of 19.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE7951 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB20612181-
CMYK00.410.610.19
HSL19.2º56.05%56.27%-
HSV(B)19.2º60.68%80.78%-
XYZ33.7827.3911.29-
YUV141.8593.66173.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.49%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=50.49%
G=29.66%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061218100.410.610.1919.256.0556.27
HexCE79510293D13133838
Octal3161711210517523237070
Binary110011101111001101000101010011111011001110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7951; }

 p { color: rgb(206,121,81); }

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

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

 a { background-color: rgb(206,121,81); }

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

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

 span { border-color: rgb(206,121,81); }

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