Html Css Color HEX #CE8466 Burning Sand

📋 copy color: '#CE8466'

red 206 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #CE8466

Tints of Burning Sand #CE8466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 46.82%
G = 30%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE8466 (or 0xCE8466) is known color: Burning Sand. HEX triplet: CE, 84 and 66. RGB value is (206,132,102). Sum of RGB (Red+Green+Blue) = 206+132+102=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8466 is #317B99. Grayscale: #969696. Windows color (decimal): -3242906 or 6718670. OLE color: 6718670.

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

Color convert

RGB 206 132 102 -
CMYK 0 0.36 0.50 0.19
HSL 17.31º 0.51% 0.6% -
HSV(B) 17.31º 0.5% 0.81% -
XYZ 36.1 30.58 16.57 -
YUV 150.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 206 132 102 0 0.36 0.50 0.19 17.31 0.51 0.6
Hex CE 84 66 0 24 32 13 11 33 3C
Octal 316 204 146 0 44 62 23 21 63 74
Binary 11001110 10000100 1100110 0 100100 110010 10011 10001 110011 111100

Color Harmonies of #CE8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8466

Black with #CE8466

Text Example


Text Example

White with #CE8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8466; }

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

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

background-color css

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

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

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

border-color css

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

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

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