#CE855B

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

Shades of Burning Sand #CE855B

Tints of Burning Sand #CE855B

Color information

#CE855B (or 0xCE855B) is unknown color: approx Burning Sand. HEX triplet: CE, 85 and 5B. RGB value is (206,133,91). Sum of RGB (Red+Green+Blue) = 206+133+91=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE855B is #317AA4. Grayscale: #969696. Windows color (decimal): -3242661 or 5998030. OLE color: 5998030.

HSL color Cylindrical-coordinate representation of color #CE855B: hue angle of 21.91º 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 #CE855B is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB20613391-
CMYK00.350.560.19
HSL21.91º53.99%58.24%-
HSV(B)21.91º55.83%80.78%-
XYZ35.7330.6513.93-
YUV150.0494.68167.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.91%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=47.91%
G=30.93%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061339100.350.560.1921.9153.9958.24
HexCE855B023381316363a
Octal3162051330437023266672
Binary1100111010000101101101101000111110001001110110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE855B; }

 p { color: rgb(206,133,91); }

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

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

 a { background-color: rgb(206,133,91); }

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

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

 span { border-color: rgb(206,133,91); }

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