Html Css Color HEX #CE8355 Burning Sand

📋 copy color: '#CE8355'

red 206 ◦ green 131 ◦ blue 85

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

Shades of Burning Sand #CE8355

Tints of Burning Sand #CE8355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

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

R = 48.82%
G = 31.04%
B = 20.14%

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

#CE8355 (or 0xCE8355) is known color: Burning Sand. HEX triplet: CE, 83 and 55. RGB value is (206,131,85). Sum of RGB (Red+Green+Blue) = 206+131+85=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8355 is #317CAA. Grayscale: #949494. Windows color (decimal): -3243179 or 5604302. OLE color: 5604302.

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

Color convert

RGB 206 131 85 -
CMYK 0 0.36 0.59 0.19
HSL 22.81º 0.55% 0.57% -
HSV(B) 22.81º 0.59% 0.81% -
XYZ 35.21 30.01 12.53 -
YUV 148.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 206 131 85 0 0.36 0.59 0.19 22.81 0.55 0.57
Hex CE 83 55 0 24 3B 13 17 37 39
Octal 316 203 125 0 44 73 23 27 67 71
Binary 11001110 10000011 1010101 0 100100 111011 10011 10111 110111 111001

Color Harmonies of #CE8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8355

Black with #CE8355

Text Example


Text Example

White with #CE8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8355; }

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

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

background-color css

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

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

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

border-color css

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

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

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