#CE7F6C

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

Shades of Burning Sand #CE7F6C

Tints of Burning Sand #CE7F6C

Color information

#CE7F6C (or 0xCE7F6C) is unknown color: approx Burning Sand. HEX triplet: CE, 7F and 6C. RGB value is (206,127,108). Sum of RGB (Red+Green+Blue) = 206+127+108=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F6C is #318093. Grayscale: #949494. Windows color (decimal): -3244180 or 7110606. OLE color: 7110606.

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

Color convert

RGB206127108-
CMYK00.380.480.19
HSL11.63º50%61.57%-
HSV(B)11.63º47.57%80.78%-
XYZ35.7529.3817.97-
YUV148.45105.17169.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=46.71%
G=28.80%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612710800.380.480.1911.635061.57
HexCE7F6C0263013c323e
Octal3161771540466023146276
Binary11001110111111111011000100110110000100111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7F6C; }

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

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

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

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

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

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

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

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