Html Css Color HEX #CE8460 Burning Sand

📋 copy color: '#CE8460'

red 206 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #CE8460

Tints of Burning Sand #CE8460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 47.47%
G = 30.41%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE8460 (or 0xCE8460) is known color: Burning Sand. HEX triplet: CE, 84 and 60. RGB value is (206,132,96). Sum of RGB (Red+Green+Blue) = 206+132+96=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8460 is #317B9F. Grayscale: #969696. Windows color (decimal): -3242912 or 6325454. OLE color: 6325454.

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

Color convert

RGB 206 132 96 -
CMYK 0 0.36 0.53 0.19
HSL 19.64º 0.53% 0.59% -
HSV(B) 19.64º 0.53% 0.81% -
XYZ 35.82 30.47 15.06 -
YUV 150.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 206 132 96 0 0.36 0.53 0.19 19.64 0.53 0.59
Hex CE 84 60 0 24 35 13 14 35 3B
Octal 316 204 140 0 44 65 23 24 65 73
Binary 11001110 10000100 1100000 0 100100 110101 10011 10100 110101 111011

Color Harmonies of #CE8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8460

Black with #CE8460

Text Example


Text Example

White with #CE8460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8460; }

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

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

background-color css

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

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

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

border-color css

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

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

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