Html Css Color HEX #CE8260 Burning Sand

📋 copy color: '#CE8260'

red 206 ◦ green 130 ◦ blue 96

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

Shades of Burning Sand #CE8260

Tints of Burning Sand #CE8260

RGB

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

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

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

R = 47.69%
G = 30.09%
B = 22.22%

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

#CE8260 (or 0xCE8260) is known color: Burning Sand. HEX triplet: CE, 82 and 60. RGB value is (206,130,96). Sum of RGB (Red+Green+Blue) = 206+130+96=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8260 is #317D9F. Grayscale: #959595. Windows color (decimal): -3243424 or 6324942. OLE color: 6324942.

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

Color convert

RGB 206 130 96 -
CMYK 0 0.37 0.53 0.19
HSL 18.55º 0.53% 0.59% -
HSV(B) 18.55º 0.53% 0.81% -
XYZ 35.55 29.93 14.97 -
YUV 148.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 206 130 96 0 0.37 0.53 0.19 18.55 0.53 0.59
Hex CE 82 60 0 25 35 13 13 35 3B
Octal 316 202 140 0 45 65 23 23 65 73
Binary 11001110 10000010 1100000 0 100101 110101 10011 10011 110101 111011

Color Harmonies of #CE8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8260

Black with #CE8260

Text Example


Text Example

White with #CE8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8260; }

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

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

background-color css

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

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

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

border-color css

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

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

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