Html Css Color HEX #CE866B Burning Sand

📋 copy color: '#CE866B'

red 206 ◦ green 134 ◦ blue 107

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

Shades of Burning Sand #CE866B

Tints of Burning Sand #CE866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.94%

R = 46.09%
G = 29.98%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE866B (or 0xCE866B) is known color: Burning Sand. HEX triplet: CE, 86 and 6B. RGB value is (206,134,107). Sum of RGB (Red+Green+Blue) = 206+134+107=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE866B is #317994. Grayscale: #989898. Windows color (decimal): -3242389 or 7046862. OLE color: 7046862.

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

Color convert

RGB 206 134 107 -
CMYK 0 0.35 0.48 0.19
HSL 16.36º 0.5% 0.61% -
HSV(B) 16.36º 0.48% 0.81% -
XYZ 36.63 31.23 18.01 -
YUV 152.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 206 134 107 0 0.35 0.48 0.19 16.36 0.5 0.61
Hex CE 86 6B 0 23 30 13 10 32 3D
Octal 316 206 153 0 43 60 23 20 62 75
Binary 11001110 10000110 1101011 0 100011 110000 10011 10000 110010 111101

Color Harmonies of #CE866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE866B

Black with #CE866B

Text Example


Text Example

White with #CE866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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