Html Css Color HEX #CE8455 Burning Sand

📋 copy color: '#CE8455'

red 206 ◦ green 132 ◦ blue 85

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

Shades of Burning Sand #CE8455

Tints of Burning Sand #CE8455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.09%

R = 48.7%
G = 31.21%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE8455 (or 0xCE8455) is known color: Burning Sand. HEX triplet: CE, 84 and 55. RGB value is (206,132,85). Sum of RGB (Red+Green+Blue) = 206+132+85=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8455 is #317BAA. Grayscale: #959595. Windows color (decimal): -3242923 or 5604558. OLE color: 5604558.

HSL color Cylindrical-coordinate representation of color #CE8455: hue angle of 23.31º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE8455 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 132 85 -
CMYK 0 0.36 0.59 0.19
HSL 23.31º 0.55% 0.57% -
HSV(B) 23.31º 0.59% 0.81% -
XYZ 35.34 30.28 12.58 -
YUV 148.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 206 132 85 0 0.36 0.59 0.19 23.31 0.55 0.57
Hex CE 84 55 0 24 3B 13 17 37 39
Octal 316 204 125 0 44 73 23 27 67 71
Binary 11001110 10000100 1010101 0 100100 111011 10011 10111 110111 111001

Color Harmonies of #CE8455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8455

Black with #CE8455

Text Example


Text Example

White with #CE8455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8455; }

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

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

background-color css

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

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

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

border-color css

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

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

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