Html Css Color HEX #CE8266 Burning Sand

📋 copy color: '#CE8266'

red 206 ◦ green 130 ◦ blue 102

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

Shades of Burning Sand #CE8266

Tints of Burning Sand #CE8266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

 BLUE value IS 102 (40.23% from 255) = 23.29%

R = 47.03%
G = 29.68%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE8266 (or 0xCE8266) is known color: Burning Sand. HEX triplet: CE, 82 and 66. RGB value is (206,130,102). Sum of RGB (Red+Green+Blue) = 206+130+102=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8266 is #317D99. Grayscale: #959595. Windows color (decimal): -3243418 or 6718158. OLE color: 6718158.

HSL color Cylindrical-coordinate representation of color #CE8266: hue angle of 16.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE8266 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 130 102 -
CMYK 0 0.37 0.50 0.19
HSL 16.15º 0.51% 0.6% -
HSV(B) 16.15º 0.5% 0.81% -
XYZ 35.83 30.05 16.48 -
YUV 149.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 206 130 102 0 0.37 0.50 0.19 16.15 0.51 0.6
Hex CE 82 66 0 25 32 13 10 33 3C
Octal 316 202 146 0 45 62 23 20 63 74
Binary 11001110 10000010 1100110 0 100101 110010 10011 10000 110011 111100

Color Harmonies of #CE8266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8266

Black with #CE8266

Text Example


Text Example

White with #CE8266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8266; }

 p { color: rgb(206,130,102); }

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

background-color css

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

 a { background-color: rgb(206,130,102); }

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

border-color css

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

 span { border-color: rgb(206,130,102); }

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