Html Css Color HEX #CE855E Burning Sand

📋 copy color: '#CE855E'

red 206 ◦ green 133 ◦ blue 94

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

Shades of Burning Sand #CE855E

Tints of Burning Sand #CE855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 47.58%
G = 30.72%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE855E (or 0xCE855E) is known color: Burning Sand. HEX triplet: CE, 85 and 5E. RGB value is (206,133,94). Sum of RGB (Red+Green+Blue) = 206+133+94=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE855E is #317AA1. Grayscale: #969696. Windows color (decimal): -3242658 or 6194638. OLE color: 6194638.

HSL color Cylindrical-coordinate representation of color #CE855E: hue angle of 20.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE855E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 94 -
CMYK 0 0.35 0.54 0.19
HSL 20.89º 0.53% 0.59% -
HSV(B) 20.89º 0.54% 0.81% -
XYZ 35.86 30.71 14.63 -
YUV 150.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 206 133 94 0 0.35 0.54 0.19 20.89 0.53 0.59
Hex CE 85 5E 0 23 36 13 15 35 3B
Octal 316 205 136 0 43 66 23 25 65 73
Binary 11001110 10000101 1011110 0 100011 110110 10011 10101 110101 111011

Color Harmonies of #CE855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE855E

Black with #CE855E

Text Example


Text Example

White with #CE855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE855E; }

 p { color: rgb(206,133,94); }

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

background-color css

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

 a { background-color: rgb(206,133,94); }

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

border-color css

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

 span { border-color: rgb(206,133,94); }

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