Html Css Color HEX #CE8660 Burning Sand

📋 copy color: '#CE8660'

red 206 ◦ green 134 ◦ blue 96

#CE8660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #CE8660

Tints of Burning Sand #CE8660

RGB

 RED value IS 206 (80.86% from 255) = 47.25%

 GREEN value IS 134 (52.73% from 255) = 30.73%

 BLUE value IS 96 (37.89% from 255) = 22.02%

R = 47.25%
G = 30.73%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE8660 (or 0xCE8660) is known color: Burning Sand. HEX triplet: CE, 86 and 60. RGB value is (206,134,96). Sum of RGB (Red+Green+Blue) = 206+134+96=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8660 is #31799F. Grayscale: #979797. Windows color (decimal): -3242400 or 6325966. OLE color: 6325966.

HSL color Cylindrical-coordinate representation of color #CE8660: hue angle of 20.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE8660 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 134 96 -
CMYK 0 0.35 0.53 0.19
HSL 20.73º 0.53% 0.59% -
HSV(B) 20.73º 0.53% 0.81% -
XYZ 36.09 31.02 15.15 -
YUV 151.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 206 134 96 0 0.35 0.53 0.19 20.73 0.53 0.59
Hex CE 86 60 0 23 35 13 15 35 3B
Octal 316 206 140 0 43 65 23 25 65 73
Binary 11001110 10000110 1100000 0 100011 110101 10011 10101 110101 111011

Color Harmonies of #CE8660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8660

Black with #CE8660

Text Example


Text Example

White with #CE8660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8660; }

 p { color: rgb(206,134,96); }

 H1.HeaderClassName
 {
   color: #CE8660;
 }
 .AnyTagClassName
 {
   color: #CE8660;
 }
</style>

background-color css

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

 a { background-color: rgb(206,134,96); }

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

border-color css

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

 span { border-color: rgb(206,134,96); }

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