Html Css Color HEX #CE8261 Burning Sand

📋 copy color: '#CE8261'

red 206 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #CE8261

Tints of Burning Sand #CE8261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

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

R = 47.58%
G = 30.02%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE8261 (or 0xCE8261) is known color: Burning Sand. HEX triplet: CE, 82 and 61. RGB value is (206,130,97). Sum of RGB (Red+Green+Blue) = 206+130+97=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8261 is #317D9E. Grayscale: #959595. Windows color (decimal): -3243423 or 6390478. OLE color: 6390478.

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

Color convert

RGB 206 130 97 -
CMYK 0 0.37 0.53 0.19
HSL 18.17º 0.53% 0.59% -
HSV(B) 18.17º 0.53% 0.81% -
XYZ 35.59 29.95 15.21 -
YUV 148.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 206 130 97 0 0.37 0.53 0.19 18.17 0.53 0.59
Hex CE 82 61 0 25 35 13 12 35 3B
Octal 316 202 141 0 45 65 23 22 65 73
Binary 11001110 10000010 1100001 0 100101 110101 10011 10010 110101 111011

Color Harmonies of #CE8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8261

Black with #CE8261

Text Example


Text Example

White with #CE8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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