#CE7A6A

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

Shades of Burning Sand #CE7A6A

Tints of Burning Sand #CE7A6A

Color information

#CE7A6A (or 0xCE7A6A) is unknown color: approx Burning Sand. HEX triplet: CE, 7A and 6A. RGB value is (206,122,106). Sum of RGB (Red+Green+Blue) = 206+122+106=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A6A is #318595. Grayscale: #919191. Windows color (decimal): -3245462 or 6978254. OLE color: 6978254.

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

Color convert

RGB206122106-
CMYK00.410.490.19
HSL9.6º50.51%61.18%-
HSV(B)9.6º48.54%80.78%-
XYZ35.0128.0817.21-
YUV145.29105.83171.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.47%
GREEN value IS 122 (48.05% from 255) = 28.11%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=47.47%
G=28.11%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612210600.410.490.199.650.5161.18
HexCE7A6A0293113a333d
Octal3161721520516123126375
Binary11001110111101011010100101001110001100111010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A6A; }

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

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

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

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

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

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

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

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