Html Css Color HEX #CE8465 Burning Sand

📋 copy color: '#CE8465'

red 206 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #CE8465

Tints of Burning Sand #CE8465

RGB

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

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

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

R = 46.92%
G = 30.07%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE8465 (or 0xCE8465) is known color: Burning Sand. HEX triplet: CE, 84 and 65. RGB value is (206,132,101). Sum of RGB (Red+Green+Blue) = 206+132+101=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8465 is #317B9A. Grayscale: #969696. Windows color (decimal): -3242907 or 6653134. OLE color: 6653134.

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

Color convert

RGB 206 132 101 -
CMYK 0 0.36 0.51 0.19
HSL 17.71º 0.52% 0.6% -
HSV(B) 17.71º 0.51% 0.81% -
XYZ 36.05 30.56 16.31 -
YUV 150.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 206 132 101 0 0.36 0.51 0.19 17.71 0.52 0.6
Hex CE 84 65 0 24 33 13 12 34 3C
Octal 316 204 145 0 44 63 23 22 64 74
Binary 11001110 10000100 1100101 0 100100 110011 10011 10010 110100 111100

Color Harmonies of #CE8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8465

Black with #CE8465

Text Example


Text Example

White with #CE8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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