Html Css Color HEX #CE845E Burning Sand

📋 copy color: '#CE845E'

red 206 ◦ green 132 ◦ blue 94

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

Shades of Burning Sand #CE845E

Tints of Burning Sand #CE845E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.76%

R = 47.69%
G = 30.56%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE845E (or 0xCE845E) is known color: Burning Sand. HEX triplet: CE, 84 and 5E. RGB value is (206,132,94). Sum of RGB (Red+Green+Blue) = 206+132+94=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE845E is #317BA1. Grayscale: #969696. Windows color (decimal): -3242914 or 6194382. OLE color: 6194382.

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

Color convert

RGB 206 132 94 -
CMYK 0 0.36 0.54 0.19
HSL 20.36º 0.53% 0.59% -
HSV(B) 20.36º 0.54% 0.81% -
XYZ 35.73 30.43 14.58 -
YUV 149.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 206 132 94 0 0.36 0.54 0.19 20.36 0.53 0.59
Hex CE 84 5E 0 24 36 13 14 35 3B
Octal 316 204 136 0 44 66 23 24 65 73
Binary 11001110 10000100 1011110 0 100100 110110 10011 10100 110101 111011

Color Harmonies of #CE845E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE845E

Black with #CE845E

Text Example


Text Example

White with #CE845E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE845E; }

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

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

background-color css

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

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

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

border-color css

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

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

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