Html Css Color HEX #CE8456 Burning Sand

📋 copy color: '#CE8456'

red 206 ◦ green 132 ◦ blue 86

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

Shades of Burning Sand #CE8456

Tints of Burning Sand #CE8456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.28%

R = 48.58%
G = 31.13%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CE8456 (or 0xCE8456) is known color: Burning Sand. HEX triplet: CE, 84 and 56. RGB value is (206,132,86). Sum of RGB (Red+Green+Blue) = 206+132+86=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8456 is #317BA9. Grayscale: #959595. Windows color (decimal): -3242922 or 5670094. OLE color: 5670094.

HSL color Cylindrical-coordinate representation of color #CE8456: hue angle of 23º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE8456 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 132 86 -
CMYK 0 0.36 0.58 0.19
HSL 23º 0.55% 0.57% -
HSV(B) 23º 0.58% 0.81% -
XYZ 35.38 30.3 12.79 -
YUV 148.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 206 132 86 0 0.36 0.58 0.19 23 0.55 0.57
Hex CE 84 56 0 24 3A 13 17 37 39
Octal 316 204 126 0 44 72 23 27 67 71
Binary 11001110 10000100 1010110 0 100100 111010 10011 10111 110111 111001

Color Harmonies of #CE8456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8456

Black with #CE8456

Text Example


Text Example

White with #CE8456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8456; }

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

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

background-color css

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

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

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

border-color css

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

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

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