Html Css Color HEX #CE8155 Burning Sand

📋 copy color: '#CE8155'

red 206 ◦ green 129 ◦ blue 85

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

Shades of Burning Sand #CE8155

Tints of Burning Sand #CE8155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

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

R = 49.05%
G = 30.71%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE8155 (or 0xCE8155) is known color: Burning Sand. HEX triplet: CE, 81 and 55. RGB value is (206,129,85). Sum of RGB (Red+Green+Blue) = 206+129+85=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8155 is #317EAA. Grayscale: #939393. Windows color (decimal): -3243691 or 5603790. OLE color: 5603790.

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

Color convert

RGB 206 129 85 -
CMYK 0 0.37 0.59 0.19
HSL 21.82º 0.55% 0.57% -
HSV(B) 21.82º 0.59% 0.81% -
XYZ 34.94 29.48 12.44 -
YUV 147.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 206 129 85 0 0.37 0.59 0.19 21.82 0.55 0.57
Hex CE 81 55 0 25 3B 13 16 37 39
Octal 316 201 125 0 45 73 23 26 67 71
Binary 11001110 10000001 1010101 0 100101 111011 10011 10110 110111 111001

Color Harmonies of #CE8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8155

Black with #CE8155

Text Example


Text Example

White with #CE8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8155; }

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

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

background-color css

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

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

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

border-color css

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

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

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