Html Css Color HEX #CE8864 Burning Sand

📋 copy color: '#CE8864'

red 206 ◦ green 136 ◦ blue 100

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

Shades of Burning Sand #CE8864

Tints of Burning Sand #CE8864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

 BLUE value IS 100 (39.45% from 255) = 22.62%

R = 46.61%
G = 30.77%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE8864 (or 0xCE8864) is known color: Burning Sand. HEX triplet: CE, 88 and 64. RGB value is (206,136,100). Sum of RGB (Red+Green+Blue) = 206+136+100=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8864 is #31779B. Grayscale: #999999. Windows color (decimal): -3241884 or 6588622. OLE color: 6588622.

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

Color convert

RGB 206 136 100 -
CMYK 0 0.34 0.51 0.19
HSL 20.38º 0.52% 0.6% -
HSV(B) 20.38º 0.51% 0.81% -
XYZ 36.56 31.65 16.24 -
YUV 152.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 206 136 100 0 0.34 0.51 0.19 20.38 0.52 0.6
Hex CE 88 64 0 22 33 13 14 34 3C
Octal 316 210 144 0 42 63 23 24 64 74
Binary 11001110 10001000 1100100 0 100010 110011 10011 10100 110100 111100

Color Harmonies of #CE8864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8864

Black with #CE8864

Text Example


Text Example

White with #CE8864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8864; }

 p { color: rgb(206,136,100); }

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

background-color css

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

 a { background-color: rgb(206,136,100); }

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

border-color css

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

 span { border-color: rgb(206,136,100); }

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