#CE866B

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

Shades of Burning Sand #CE866B

Tints of Burning Sand #CE866B

Color information

#CE866B (or 0xCE866B) is unknown color: approx Burning Sand. HEX triplet: CE, 86 and 6B. RGB value is (206,134,107). Sum of RGB (Red+Green+Blue) = 206+134+107=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE866B is #317994. Grayscale: #989898. Windows color (decimal): -3242389 or 7046862. OLE color: 7046862.

HSL color Cylindrical-coordinate representation of color #CE866B: hue angle of 16.36º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE866B is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206134107-
CMYK00.350.480.19
HSL16.36º50.25%61.37%-
HSV(B)16.36º48.06%80.78%-
XYZ36.6331.2318.01-
YUV152.45102.35166.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.09%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=46.09%
G=29.98%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613410700.350.480.1916.3650.2561.37
HexCE866B023301310323d
Octal3162061530436023206275
Binary1100111010000110110101101000111100001001110000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE866B; }

 p { color: rgb(206,134,107); }

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

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

 a { background-color: rgb(206,134,107); }

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

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

 span { border-color: rgb(206,134,107); }

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