Html Css Color HEX #CE8262 Burning Sand

📋 copy color: '#CE8262'

red 206 ◦ green 130 ◦ blue 98

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

Shades of Burning Sand #CE8262

Tints of Burning Sand #CE8262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.58%

R = 47.47%
G = 29.95%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE8262 (or 0xCE8262) is known color: Burning Sand. HEX triplet: CE, 82 and 62. RGB value is (206,130,98). Sum of RGB (Red+Green+Blue) = 206+130+98=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8262 is #317D9D. Grayscale: #959595. Windows color (decimal): -3243422 or 6456014. OLE color: 6456014.

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

Color convert

RGB 206 130 98 -
CMYK 0 0.37 0.52 0.19
HSL 17.78º 0.52% 0.6% -
HSV(B) 17.78º 0.52% 0.81% -
XYZ 35.64 29.97 15.46 -
YUV 149.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 206 130 98 0 0.37 0.52 0.19 17.78 0.52 0.6
Hex CE 82 62 0 25 34 13 12 34 3C
Octal 316 202 142 0 45 64 23 22 64 74
Binary 11001110 10000010 1100010 0 100101 110100 10011 10010 110100 111100

Color Harmonies of #CE8262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8262

Black with #CE8262

Text Example


Text Example

White with #CE8262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8262; }

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

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

background-color css

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

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

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

border-color css

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

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

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