Html Css Color HEX #CE7E5B Burning Sand

📋 copy color: '#CE7E5B'

red 206 ◦ green 126 ◦ blue 91

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

Shades of Burning Sand #CE7E5B

Tints of Burning Sand #CE7E5B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

 BLUE value IS 91 (35.94% from 255) = 21.51%

R = 48.7%
G = 29.79%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE7E5B (or 0xCE7E5B) is known color: Burning Sand. HEX triplet: CE, 7E and 5B. RGB value is (206,126,91). Sum of RGB (Red+Green+Blue) = 206+126+91=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E5B is #3181A4. Grayscale: #929292. Windows color (decimal): -3244453 or 5996238. OLE color: 5996238.

HSL color Cylindrical-coordinate representation of color #CE7E5B: hue angle of 18.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE7E5B is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 126 91 -
CMYK 0 0.39 0.56 0.19
HSL 18.26º 0.54% 0.58% -
HSV(B) 18.26º 0.56% 0.81% -
XYZ 34.8 28.8 13.62 -
YUV 145.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 206 126 91 0 0.39 0.56 0.19 18.26 0.54 0.58
Hex CE 7E 5B 0 27 38 13 12 36 3A
Octal 316 176 133 0 47 70 23 22 66 72
Binary 11001110 1111110 1011011 0 100111 111000 10011 10010 110110 111010

Color Harmonies of #CE7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E5B

Black with #CE7E5B

Text Example


Text Example

White with #CE7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E5B; }

 p { color: rgb(206,126,91); }

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

background-color css

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

 a { background-color: rgb(206,126,91); }

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

border-color css

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

 span { border-color: rgb(206,126,91); }

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