Html Css Color HEX #CE845D Burning Sand

📋 copy color: '#CE845D'

red 206 ◦ green 132 ◦ blue 93

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

Shades of Burning Sand #CE845D

Tints of Burning Sand #CE845D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 47.8%
G = 30.63%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE845D (or 0xCE845D) is known color: Burning Sand. HEX triplet: CE, 84 and 5D. RGB value is (206,132,93). Sum of RGB (Red+Green+Blue) = 206+132+93=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE845D is #317BA2. Grayscale: #959595. Windows color (decimal): -3242915 or 6128846. OLE color: 6128846.

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

Color convert

RGB 206 132 93 -
CMYK 0 0.36 0.55 0.19
HSL 20.71º 0.54% 0.59% -
HSV(B) 20.71º 0.55% 0.81% -
XYZ 35.68 30.41 14.35 -
YUV 149.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 206 132 93 0 0.36 0.55 0.19 20.71 0.54 0.59
Hex CE 84 5D 0 24 37 13 15 36 3B
Octal 316 204 135 0 44 67 23 25 66 73
Binary 11001110 10000100 1011101 0 100100 110111 10011 10101 110110 111011

Color Harmonies of #CE845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE845D

Black with #CE845D

Text Example


Text Example

White with #CE845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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