#CE8062

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

Shades of Burning Sand #CE8062

Tints of Burning Sand #CE8062

Color information

#CE8062 (or 0xCE8062) is unknown color: approx Burning Sand. HEX triplet: CE, 80 and 62. RGB value is (206,128,98). Sum of RGB (Red+Green+Blue) = 206+128+98=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8062 is #317F9D. Grayscale: #949494. Windows color (decimal): -3243934 or 6455502. OLE color: 6455502.

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

Color convert

RGB20612898-
CMYK00.380.520.19
HSL16.67º52.43%59.61%-
HSV(B)16.67º52.43%80.78%-
XYZ35.3829.4415.37-
YUV147.999.84169.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.69%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=47.69%
G=29.63%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061289800.380.520.1916.6752.4359.61
HexCE8062026341311343c
Octal3162001420466423216474
Binary1100111010000000110001001001101101001001110001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8062; }

 p { color: rgb(206,128,98); }

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

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

 a { background-color: rgb(206,128,98); }

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

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

 span { border-color: rgb(206,128,98); }

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