#CE825A

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

Shades of Burning Sand #CE825A

Tints of Burning Sand #CE825A

Color information

#CE825A (or 0xCE825A) is unknown color: approx Burning Sand. HEX triplet: CE, 82 and 5A. RGB value is (206,130,90). Sum of RGB (Red+Green+Blue) = 206+130+90=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE825A is #317DA5. Grayscale: #949494. Windows color (decimal): -3243430 or 5931726. OLE color: 5931726.

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

Color convert

RGB20613090-
CMYK00.370.560.19
HSL20.69º54.21%58.04%-
HSV(B)20.69º56.31%80.78%-
XYZ35.2829.8313.57-
YUV148.1695.18169.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.36%
GREEN value IS 130 (51.17% from 255) = 30.52%
BLUE value IS 90 (35.55% from 255) = 21.13%
R=48.36%
G=30.52%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061309000.370.560.1920.6954.2158.04
HexCE825A025381315363a
Octal3162021320457023256672
Binary1100111010000010101101001001011110001001110101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE825A; }

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

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

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

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

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

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

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

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