Html Css Color HEX #CE865D Burning Sand

📋 copy color: '#CE865D'

red 206 ◦ green 134 ◦ blue 93

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

Shades of Burning Sand #CE865D

Tints of Burning Sand #CE865D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 47.58%
G = 30.95%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE865D (or 0xCE865D) is known color: Burning Sand. HEX triplet: CE, 86 and 5D. RGB value is (206,134,93). Sum of RGB (Red+Green+Blue) = 206+134+93=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE865D is #3179A2. Grayscale: #979797. Windows color (decimal): -3242403 or 6129358. OLE color: 6129358.

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

Color convert

RGB 206 134 93 -
CMYK 0 0.35 0.55 0.19
HSL 21.77º 0.54% 0.59% -
HSV(B) 21.77º 0.55% 0.81% -
XYZ 35.95 30.96 14.44 -
YUV 150.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 206 134 93 0 0.35 0.55 0.19 21.77 0.54 0.59
Hex CE 86 5D 0 23 37 13 16 36 3B
Octal 316 206 135 0 43 67 23 26 66 73
Binary 11001110 10000110 1011101 0 100011 110111 10011 10110 110110 111011

Color Harmonies of #CE865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE865D

Black with #CE865D

Text Example


Text Example

White with #CE865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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