Html Css Color HEX #CE7C5E Burning Sand

📋 copy color: '#CE7C5E'

red 206 ◦ green 124 ◦ blue 94

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

Shades of Burning Sand #CE7C5E

Tints of Burning Sand #CE7C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

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

R = 48.58%
G = 29.25%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE7C5E (or 0xCE7C5E) is known color: Burning Sand. HEX triplet: CE, 7C and 5E. RGB value is (206,124,94). Sum of RGB (Red+Green+Blue) = 206+124+94=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C5E is #3183A1. Grayscale: #919191. Windows color (decimal): -3244962 or 6192334. OLE color: 6192334.

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

Color convert

RGB 206 124 94 -
CMYK 0 0.40 0.54 0.19
HSL 16.07º 0.53% 0.59% -
HSV(B) 16.07º 0.54% 0.81% -
XYZ 34.68 28.35 14.23 -
YUV 145.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 206 124 94 0 0.40 0.54 0.19 16.07 0.53 0.59
Hex CE 7C 5E 0 28 36 13 10 35 3B
Octal 316 174 136 0 50 66 23 20 65 73
Binary 11001110 1111100 1011110 0 101000 110110 10011 10000 110101 111011

Color Harmonies of #CE7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C5E

Black with #CE7C5E

Text Example


Text Example

White with #CE7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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