#CE7A64

Color #CE7A64 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CE7A64

Tints of Burning Sand #CE7A64

Color information

#CE7A64 (or 0xCE7A64) is unknown color: approx Burning Sand. HEX triplet: CE, 7A and 64. RGB value is (206,122,100). Sum of RGB (Red+Green+Blue) = 206+122+100=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A64 is #31859B. Grayscale: #909090. Windows color (decimal): -3245468 or 6585038. OLE color: 6585038.

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

Color convert

RGB206122100-
CMYK00.410.510.19
HSL12.45º51.96%60%-
HSV(B)12.45º51.46%80.78%-
XYZ34.7127.9615.62-
YUV144.61102.83171.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.13%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 100 (39.45% from 255) = 23.36%
R=48.13%
G=28.50%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612210000.410.510.1912.4551.9660
HexCE7A640293313c343c
Octal3161721440516323146474
Binary11001110111101011001000101001110011100111100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A64; }

 p { color: rgb(206,122,100); }

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

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

 a { background-color: rgb(206,122,100); }

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

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

 span { border-color: rgb(206,122,100); }

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