#CE7B6A

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

Shades of Burning Sand #CE7B6A

Tints of Burning Sand #CE7B6A

Color information

#CE7B6A (or 0xCE7B6A) is unknown color: approx Burning Sand. HEX triplet: CE, 7B and 6A. RGB value is (206,123,106). Sum of RGB (Red+Green+Blue) = 206+123+106=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B6A is #318495. Grayscale: #929292. Windows color (decimal): -3245206 or 6978510. OLE color: 6978510.

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

Color convert

RGB206123106-
CMYK00.400.490.19
HSL10.2º50.51%61.18%-
HSV(B)10.2º48.54%80.78%-
XYZ35.1428.3317.25-
YUV145.88105.5170.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.36%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=47.36%
G=28.28%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612310600.400.490.1910.250.5161.18
HexCE7B6A0283113a333d
Octal3161731520506123126375
Binary11001110111101111010100101000110001100111010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7B6A; }

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

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

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

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

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

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

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

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