Html Css Color HEX #CE845F Burning Sand

📋 copy color: '#CE845F'

red 206 ◦ green 132 ◦ blue 95

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

Shades of Burning Sand #CE845F

Tints of Burning Sand #CE845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 47.58%
G = 30.48%
B = 21.94%

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

#CE845F (or 0xCE845F) is known color: Burning Sand. HEX triplet: CE, 84 and 5F. RGB value is (206,132,95). Sum of RGB (Red+Green+Blue) = 206+132+95=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE845F is #317BA0. Grayscale: #969696. Windows color (decimal): -3242913 or 6259918. OLE color: 6259918.

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

Color convert

RGB 206 132 95 -
CMYK 0 0.36 0.54 0.19
HSL 20º 0.53% 0.59% -
HSV(B) 20º 0.54% 0.81% -
XYZ 35.77 30.45 14.82 -
YUV 149.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 206 132 95 0 0.36 0.54 0.19 20 0.53 0.59
Hex CE 84 5F 0 24 36 13 14 35 3B
Octal 316 204 137 0 44 66 23 24 65 73
Binary 11001110 10000100 1011111 0 100100 110110 10011 10100 110101 111011

Color Harmonies of #CE845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE845F

Black with #CE845F

Text Example


Text Example

White with #CE845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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