#CE825D

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

Shades of Burning Sand #CE825D

Tints of Burning Sand #CE825D

Color information

#CE825D (or 0xCE825D) is unknown color: approx Burning Sand. HEX triplet: CE, 82 and 5D. RGB value is (206,130,93). Sum of RGB (Red+Green+Blue) = 206+130+93=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE825D is #317DA2. Grayscale: #949494. Windows color (decimal): -3243427 or 6128334. OLE color: 6128334.

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

Color convert

RGB20613093-
CMYK00.370.550.19
HSL19.65º53.55%58.63%-
HSV(B)19.65º54.85%80.78%-
XYZ35.4129.8814.26-
YUV148.5196.68169.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=48.02%
G=30.30%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061309300.370.550.1919.6553.5558.63
HexCE825D025371314363b
Octal3162021350456723246673
Binary1100111010000010101110101001011101111001110100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE825D; }

 p { color: rgb(206,130,93); }

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

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

 a { background-color: rgb(206,130,93); }

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

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

 span { border-color: rgb(206,130,93); }

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