Html Css Color HEX #CE885F Burning Sand

📋 copy color: '#CE885F'

red 206 ◦ green 136 ◦ blue 95

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

Shades of Burning Sand #CE885F

Tints of Burning Sand #CE885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.74%

R = 47.14%
G = 31.12%
B = 21.74%

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

#CE885F (or 0xCE885F) is known color: Burning Sand. HEX triplet: CE, 88 and 5F. RGB value is (206,136,95). Sum of RGB (Red+Green+Blue) = 206+136+95=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE885F is #3177A0. Grayscale: #989898. Windows color (decimal): -3241889 or 6260942. OLE color: 6260942.

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

Color convert

RGB 206 136 95 -
CMYK 0 0.34 0.54 0.19
HSL 22.16º 0.53% 0.59% -
HSV(B) 22.16º 0.54% 0.81% -
XYZ 36.32 31.56 15 -
YUV 152.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 206 136 95 0 0.34 0.54 0.19 22.16 0.53 0.59
Hex CE 88 5F 0 22 36 13 16 35 3B
Octal 316 210 137 0 42 66 23 26 65 73
Binary 11001110 10001000 1011111 0 100010 110110 10011 10110 110101 111011

Color Harmonies of #CE885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE885F

Black with #CE885F

Text Example


Text Example

White with #CE885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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