Html Css Color HEX #CE866A Burning Sand

📋 copy color: '#CE866A'

red 206 ◦ green 134 ◦ blue 106

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

Shades of Burning Sand #CE866A

Tints of Burning Sand #CE866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 46.19%
G = 30.04%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE866A (or 0xCE866A) is known color: Burning Sand. HEX triplet: CE, 86 and 6A. RGB value is (206,134,106). Sum of RGB (Red+Green+Blue) = 206+134+106=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE866A is #317995. Grayscale: #989898. Windows color (decimal): -3242390 or 6981326. OLE color: 6981326.

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

Color convert

RGB 206 134 106 -
CMYK 0 0.35 0.49 0.19
HSL 16.8º 0.51% 0.61% -
HSV(B) 16.8º 0.49% 0.81% -
XYZ 36.58 31.21 17.73 -
YUV 152.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 206 134 106 0 0.35 0.49 0.19 16.8 0.51 0.61
Hex CE 86 6A 0 23 31 13 11 33 3D
Octal 316 206 152 0 43 61 23 21 63 75
Binary 11001110 10000110 1101010 0 100011 110001 10011 10001 110011 111101

Color Harmonies of #CE866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE866A

Black with #CE866A

Text Example


Text Example

White with #CE866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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