Html Css Color HEX #CE8461 Burning Sand

📋 copy color: '#CE8461'

red 206 ◦ green 132 ◦ blue 97

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

Shades of Burning Sand #CE8461

Tints of Burning Sand #CE8461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.3%

R = 47.36%
G = 30.34%
B = 22.3%

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

#CE8461 (or 0xCE8461) is known color: Burning Sand. HEX triplet: CE, 84 and 61. RGB value is (206,132,97). Sum of RGB (Red+Green+Blue) = 206+132+97=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8461 is #317B9E. Grayscale: #969696. Windows color (decimal): -3242911 or 6390990. OLE color: 6390990.

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

Color convert

RGB 206 132 97 -
CMYK 0 0.36 0.53 0.19
HSL 19.27º 0.53% 0.59% -
HSV(B) 19.27º 0.53% 0.81% -
XYZ 35.86 30.49 15.3 -
YUV 150.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 206 132 97 0 0.36 0.53 0.19 19.27 0.53 0.59
Hex CE 84 61 0 24 35 13 13 35 3B
Octal 316 204 141 0 44 65 23 23 65 73
Binary 11001110 10000100 1100001 0 100100 110101 10011 10011 110101 111011

Color Harmonies of #CE8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8461

Black with #CE8461

Text Example


Text Example

White with #CE8461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8461; }

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

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

background-color css

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

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

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

border-color css

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

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

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