Html Css Color HEX #CE856E Burning Sand

📋 copy color: '#CE856E'

red 206 ◦ green 133 ◦ blue 110

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

Shades of Burning Sand #CE856E

Tints of Burning Sand #CE856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 45.88%
G = 29.62%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE856E (or 0xCE856E) is known color: Burning Sand. HEX triplet: CE, 85 and 6E. RGB value is (206,133,110). Sum of RGB (Red+Green+Blue) = 206+133+110=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE856E is #317A91. Grayscale: #989898. Windows color (decimal): -3242642 or 7243214. OLE color: 7243214.

HSL color Cylindrical-coordinate representation of color #CE856E: hue angle of 14.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE856E is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 110 -
CMYK 0 0.35 0.47 0.19
HSL 14.38º 0.49% 0.62% -
HSV(B) 14.38º 0.47% 0.81% -
XYZ 36.66 31.02 18.81 -
YUV 152.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 206 133 110 0 0.35 0.47 0.19 14.38 0.49 0.62
Hex CE 85 6E 0 23 2F 13 E 31 3E
Octal 316 205 156 0 43 57 23 16 61 76
Binary 11001110 10000101 1101110 0 100011 101111 10011 1110 110001 111110

Color Harmonies of #CE856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE856E

Black with #CE856E

Text Example


Text Example

White with #CE856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE856E; }

 p { color: rgb(206,133,110); }

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

background-color css

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

 a { background-color: rgb(206,133,110); }

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

border-color css

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

 span { border-color: rgb(206,133,110); }

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