Html Css Color HEX #CE7F5E Burning Sand

📋 copy color: '#CE7F5E'

red 206 ◦ green 127 ◦ blue 94

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

Shades of Burning Sand #CE7F5E

Tints of Burning Sand #CE7F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

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

R = 48.24%
G = 29.74%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE7F5E (or 0xCE7F5E) is known color: Burning Sand. HEX triplet: CE, 7F and 5E. RGB value is (206,127,94). Sum of RGB (Red+Green+Blue) = 206+127+94=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F5E is #3180A1. Grayscale: #939393. Windows color (decimal): -3244194 or 6193102. OLE color: 6193102.

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

Color convert

RGB 206 127 94 -
CMYK 0 0.38 0.54 0.19
HSL 17.68º 0.53% 0.59% -
HSV(B) 17.68º 0.54% 0.81% -
XYZ 35.06 29.11 14.36 -
YUV 146.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 206 127 94 0 0.38 0.54 0.19 17.68 0.53 0.59
Hex CE 7F 5E 0 26 36 13 12 35 3B
Octal 316 177 136 0 46 66 23 22 65 73
Binary 11001110 1111111 1011110 0 100110 110110 10011 10010 110101 111011

Color Harmonies of #CE7F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F5E

Black with #CE7F5E

Text Example


Text Example

White with #CE7F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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