#CE7B6C

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

Shades of Burning Sand #CE7B6C

Tints of Burning Sand #CE7B6C

Color information

#CE7B6C (or 0xCE7B6C) is unknown color: approx Burning Sand. HEX triplet: CE, 7B and 6C. RGB value is (206,123,108). Sum of RGB (Red+Green+Blue) = 206+123+108=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B6C is #318493. Grayscale: #929292. Windows color (decimal): -3245204 or 7109582. OLE color: 7109582.

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

Color convert

RGB206123108-
CMYK00.400.480.19
HSL9.18º50%61.57%-
HSV(B)9.18º47.57%80.78%-
XYZ35.2428.3717.81-
YUV146.11106.5170.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 123 (48.44% from 255) = 28.15%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=47.14%
G=28.15%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612310800.400.480.199.185061.57
HexCE7B6C02830139323e
Octal3161731540506023116276
Binary11001110111101111011000101000110000100111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7B6C; }

 p { color: rgb(206,123,108); }

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

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

 a { background-color: rgb(206,123,108); }

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

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

 span { border-color: rgb(206,123,108); }

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