#CE7A65

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

Shades of Burning Sand #CE7A65

Tints of Burning Sand #CE7A65

Color information

#CE7A65 (or 0xCE7A65) is unknown color: approx Burning Sand. HEX triplet: CE, 7A and 65. RGB value is (206,122,101). Sum of RGB (Red+Green+Blue) = 206+122+101=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A65 is #31859A. Grayscale: #909090. Windows color (decimal): -3245467 or 6650574. OLE color: 6650574.

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

Color convert

RGB206122101-
CMYK00.410.510.19
HSL12º51.72%60.2%-
HSV(B)12º50.97%80.78%-
XYZ34.7627.9815.88-
YUV144.72103.33171.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=48.02%
G=28.44%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612210100.410.510.191251.7260.2
HexCE7A650293313c343c
Octal3161721450516323146474
Binary11001110111101011001010101001110011100111100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A65; }

 p { color: rgb(206,122,101); }

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

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

 a { background-color: rgb(206,122,101); }

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

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

 span { border-color: rgb(206,122,101); }

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