Html Css Color HEX #CE865A Burning Sand

📋 copy color: '#CE865A'

red 206 ◦ green 134 ◦ blue 90

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

Shades of Burning Sand #CE865A

Tints of Burning Sand #CE865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.93%

R = 47.91%
G = 31.16%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE865A (or 0xCE865A) is known color: Burning Sand. HEX triplet: CE, 86 and 5A. RGB value is (206,134,90). Sum of RGB (Red+Green+Blue) = 206+134+90=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE865A is #3179A5. Grayscale: #969696. Windows color (decimal): -3242406 or 5932750. OLE color: 5932750.

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

Color convert

RGB 206 134 90 -
CMYK 0 0.35 0.56 0.19
HSL 22.76º 0.54% 0.58% -
HSV(B) 22.76º 0.56% 0.81% -
XYZ 35.82 30.91 13.75 -
YUV 150.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 206 134 90 0 0.35 0.56 0.19 22.76 0.54 0.58
Hex CE 86 5A 0 23 38 13 17 36 3A
Octal 316 206 132 0 43 70 23 27 66 72
Binary 11001110 10000110 1011010 0 100011 111000 10011 10111 110110 111010

Color Harmonies of #CE865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE865A

Black with #CE865A

Text Example


Text Example

White with #CE865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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