Html Css Color HEX #CE7E5E Burning Sand

📋 copy color: '#CE7E5E'

red 206 ◦ green 126 ◦ blue 94

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

Shades of Burning Sand #CE7E5E

Tints of Burning Sand #CE7E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.07%

R = 48.36%
G = 29.58%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE7E5E (or 0xCE7E5E) is known color: Burning Sand. HEX triplet: CE, 7E and 5E. RGB value is (206,126,94). Sum of RGB (Red+Green+Blue) = 206+126+94=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E5E is #3181A1. Grayscale: #929292. Windows color (decimal): -3244450 or 6192846. OLE color: 6192846.

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

Color convert

RGB 206 126 94 -
CMYK 0 0.39 0.54 0.19
HSL 17.14º 0.53% 0.59% -
HSV(B) 17.14º 0.54% 0.81% -
XYZ 34.93 28.85 14.32 -
YUV 146.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 206 126 94 0 0.39 0.54 0.19 17.14 0.53 0.59
Hex CE 7E 5E 0 27 36 13 11 35 3B
Octal 316 176 136 0 47 66 23 21 65 73
Binary 11001110 1111110 1011110 0 100111 110110 10011 10001 110101 111011

Color Harmonies of #CE7E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E5E

Black with #CE7E5E

Text Example


Text Example

White with #CE7E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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