Html Css Color HEX #CE7C64 Burning Sand

📋 copy color: '#CE7C64'

red 206 ◦ green 124 ◦ blue 100

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

Shades of Burning Sand #CE7C64

Tints of Burning Sand #CE7C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.26%

R = 47.91%
G = 28.84%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE7C64 (or 0xCE7C64) is known color: Burning Sand. HEX triplet: CE, 7C and 64. RGB value is (206,124,100). Sum of RGB (Red+Green+Blue) = 206+124+100=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C64 is #31839B. Grayscale: #919191. Windows color (decimal): -3244956 or 6585550. OLE color: 6585550.

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

Color convert

RGB 206 124 100 -
CMYK 0 0.40 0.51 0.19
HSL 13.58º 0.52% 0.6% -
HSV(B) 13.58º 0.51% 0.81% -
XYZ 34.96 28.46 15.71 -
YUV 145.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 206 124 100 0 0.40 0.51 0.19 13.58 0.52 0.6
Hex CE 7C 64 0 28 33 13 E 34 3C
Octal 316 174 144 0 50 63 23 16 64 74
Binary 11001110 1111100 1100100 0 101000 110011 10011 1110 110100 111100

Color Harmonies of #CE7C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C64

Black with #CE7C64

Text Example


Text Example

White with #CE7C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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