Html Css Color HEX #CE8464 Burning Sand

📋 copy color: '#CE8464'

red 206 ◦ green 132 ◦ blue 100

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

Shades of Burning Sand #CE8464

Tints of Burning Sand #CE8464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

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

R = 47.03%
G = 30.14%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE8464 (or 0xCE8464) is known color: Burning Sand. HEX triplet: CE, 84 and 64. RGB value is (206,132,100). Sum of RGB (Red+Green+Blue) = 206+132+100=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8464 is #317B9B. Grayscale: #969696. Windows color (decimal): -3242908 or 6587598. OLE color: 6587598.

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

Color convert

RGB 206 132 100 -
CMYK 0 0.36 0.51 0.19
HSL 18.11º 0.52% 0.6% -
HSV(B) 18.11º 0.51% 0.81% -
XYZ 36.01 30.54 16.05 -
YUV 150.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 206 132 100 0 0.36 0.51 0.19 18.11 0.52 0.6
Hex CE 84 64 0 24 33 13 12 34 3C
Octal 316 204 144 0 44 63 23 22 64 74
Binary 11001110 10000100 1100100 0 100100 110011 10011 10010 110100 111100

Color Harmonies of #CE8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8464

Black with #CE8464

Text Example


Text Example

White with #CE8464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8464; }

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

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

background-color css

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

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

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

border-color css

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

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

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