Html Css Color HEX #CE8966 Burning Sand

📋 copy color: '#CE8966'

red 206 ◦ green 137 ◦ blue 102

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

Shades of Burning Sand #CE8966

Tints of Burning Sand #CE8966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

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

R = 46.29%
G = 30.79%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE8966 (or 0xCE8966) is known color: Burning Sand. HEX triplet: CE, 89 and 66. RGB value is (206,137,102). Sum of RGB (Red+Green+Blue) = 206+137+102=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8966 is #317699. Grayscale: #999999. Windows color (decimal): -3241626 or 6719950. OLE color: 6719950.

HSL color Cylindrical-coordinate representation of color #CE8966: hue angle of 20.19º 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 #CE8966 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 137 102 -
CMYK 0 0.33 0.50 0.19
HSL 20.19º 0.51% 0.6% -
HSV(B) 20.19º 0.5% 0.81% -
XYZ 36.8 31.97 16.8 -
YUV 153.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 206 137 102 0 0.33 0.50 0.19 20.19 0.51 0.6
Hex CE 89 66 0 21 32 13 14 33 3C
Octal 316 211 146 0 41 62 23 24 63 74
Binary 11001110 10001001 1100110 0 100001 110010 10011 10100 110011 111100

Color Harmonies of #CE8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8966

Black with #CE8966

Text Example


Text Example

White with #CE8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8966; }

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

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

background-color css

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

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

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

border-color css

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

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

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