Html Css Color HEX #CE885E Burning Sand

📋 copy color: '#CE885E'

red 206 ◦ green 136 ◦ blue 94

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

Shades of Burning Sand #CE885E

Tints of Burning Sand #CE885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.19%

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

R = 47.25%
G = 31.19%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE885E (or 0xCE885E) is known color: Burning Sand. HEX triplet: CE, 88 and 5E. RGB value is (206,136,94). Sum of RGB (Red+Green+Blue) = 206+136+94=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE885E is #3177A1. Grayscale: #989898. Windows color (decimal): -3241890 or 6195406. OLE color: 6195406.

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

Color convert

RGB 206 136 94 -
CMYK 0 0.34 0.54 0.19
HSL 22.5º 0.53% 0.59% -
HSV(B) 22.5º 0.54% 0.81% -
XYZ 36.28 31.54 14.77 -
YUV 152.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 206 136 94 0 0.34 0.54 0.19 22.5 0.53 0.59
Hex CE 88 5E 0 22 36 13 16 35 3B
Octal 316 210 136 0 42 66 23 26 65 73
Binary 11001110 10001000 1011110 0 100010 110110 10011 10110 110101 111011

Color Harmonies of #CE885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE885E

Black with #CE885E

Text Example


Text Example

White with #CE885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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