Html Css Color HEX #CE8268 Burning Sand

📋 copy color: '#CE8268'

red 206 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #CE8268

Tints of Burning Sand #CE8268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.55%

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 46.82%
G = 29.55%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE8268 (or 0xCE8268) is known color: Burning Sand. HEX triplet: CE, 82 and 68. RGB value is (206,130,104). Sum of RGB (Red+Green+Blue) = 206+130+104=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8268 is #317D97. Grayscale: #959595. Windows color (decimal): -3243416 or 6849230. OLE color: 6849230.

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

Color convert

RGB 206 130 104 -
CMYK 0 0.37 0.50 0.19
HSL 15.29º 0.51% 0.61% -
HSV(B) 15.29º 0.5% 0.81% -
XYZ 35.93 30.09 17.01 -
YUV 149.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 206 130 104 0 0.37 0.50 0.19 15.29 0.51 0.61
Hex CE 82 68 0 25 32 13 F 33 3D
Octal 316 202 150 0 45 62 23 17 63 75
Binary 11001110 10000010 1101000 0 100101 110010 10011 1111 110011 111101

Color Harmonies of #CE8268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8268

Black with #CE8268

Text Example


Text Example

White with #CE8268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8268; }

 p { color: rgb(206,130,104); }

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

background-color css

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

 a { background-color: rgb(206,130,104); }

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

border-color css

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

 span { border-color: rgb(206,130,104); }

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