Html Css Color HEX #CE865F Burning Sand

📋 copy color: '#CE865F'

red 206 ◦ green 134 ◦ blue 95

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

Shades of Burning Sand #CE865F

Tints of Burning Sand #CE865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

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

R = 47.36%
G = 30.8%
B = 21.84%

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

#CE865F (or 0xCE865F) is known color: Burning Sand. HEX triplet: CE, 86 and 5F. RGB value is (206,134,95). Sum of RGB (Red+Green+Blue) = 206+134+95=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE865F is #3179A0. Grayscale: #979797. Windows color (decimal): -3242401 or 6260430. OLE color: 6260430.

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

Color convert

RGB 206 134 95 -
CMYK 0 0.35 0.54 0.19
HSL 21.08º 0.53% 0.59% -
HSV(B) 21.08º 0.54% 0.81% -
XYZ 36.04 31 14.91 -
YUV 151.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 206 134 95 0 0.35 0.54 0.19 21.08 0.53 0.59
Hex CE 86 5F 0 23 36 13 15 35 3B
Octal 316 206 137 0 43 66 23 25 65 73
Binary 11001110 10000110 1011111 0 100011 110110 10011 10101 110101 111011

Color Harmonies of #CE865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE865F

Black with #CE865F

Text Example


Text Example

White with #CE865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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