Html Css Color HEX #CE8965 Burning Sand

📋 copy color: '#CE8965'

red 206 ◦ green 137 ◦ blue 101

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

Shades of Burning Sand #CE8965

Tints of Burning Sand #CE8965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.86%

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 46.4%
G = 30.86%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE8965 (or 0xCE8965) is known color: Burning Sand. HEX triplet: CE, 89 and 65. RGB value is (206,137,101). Sum of RGB (Red+Green+Blue) = 206+137+101=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8965 is #31769A. Grayscale: #999999. Windows color (decimal): -3241627 or 6654414. OLE color: 6654414.

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

Color convert

RGB 206 137 101 -
CMYK 0 0.33 0.51 0.19
HSL 20.57º 0.52% 0.6% -
HSV(B) 20.57º 0.51% 0.81% -
XYZ 36.75 31.95 16.54 -
YUV 153.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 206 137 101 0 0.33 0.51 0.19 20.57 0.52 0.6
Hex CE 89 65 0 21 33 13 15 34 3C
Octal 316 211 145 0 41 63 23 25 64 74
Binary 11001110 10001001 1100101 0 100001 110011 10011 10101 110100 111100

Color Harmonies of #CE8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8965

Black with #CE8965

Text Example


Text Example

White with #CE8965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8965; }

 p { color: rgb(206,137,101); }

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

background-color css

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

 a { background-color: rgb(206,137,101); }

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

border-color css

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

 span { border-color: rgb(206,137,101); }

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