Html Css Color HEX #CE8360 Burning Sand

📋 copy color: '#CE8360'

red 206 ◦ green 131 ◦ blue 96

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

Shades of Burning Sand #CE8360

Tints of Burning Sand #CE8360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.17%

R = 47.58%
G = 30.25%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CE8360 (or 0xCE8360) is known color: Burning Sand. HEX triplet: CE, 83 and 60. RGB value is (206,131,96). Sum of RGB (Red+Green+Blue) = 206+131+96=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8360 is #317C9F. Grayscale: #959595. Windows color (decimal): -3243168 or 6325198. OLE color: 6325198.

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

Color convert

RGB 206 131 96 -
CMYK 0 0.36 0.53 0.19
HSL 19.09º 0.53% 0.59% -
HSV(B) 19.09º 0.53% 0.81% -
XYZ 35.68 30.2 15.01 -
YUV 149.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 206 131 96 0 0.36 0.53 0.19 19.09 0.53 0.59
Hex CE 83 60 0 24 35 13 13 35 3B
Octal 316 203 140 0 44 65 23 23 65 73
Binary 11001110 10000011 1100000 0 100100 110101 10011 10011 110101 111011

Color Harmonies of #CE8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8360

Black with #CE8360

Text Example


Text Example

White with #CE8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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