Html Css Color HEX #CE7E5D Burning Sand

📋 copy color: '#CE7E5D'

red 206 ◦ green 126 ◦ blue 93

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

Shades of Burning Sand #CE7E5D

Tints of Burning Sand #CE7E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.88%

R = 48.47%
G = 29.65%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CE7E5D (or 0xCE7E5D) is known color: Burning Sand. HEX triplet: CE, 7E and 5D. RGB value is (206,126,93). Sum of RGB (Red+Green+Blue) = 206+126+93=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E5D is #3181A2. Grayscale: #929292. Windows color (decimal): -3244451 or 6127310. OLE color: 6127310.

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

Color convert

RGB 206 126 93 -
CMYK 0 0.39 0.55 0.19
HSL 17.52º 0.54% 0.59% -
HSV(B) 17.52º 0.55% 0.81% -
XYZ 34.89 28.83 14.08 -
YUV 146.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 206 126 93 0 0.39 0.55 0.19 17.52 0.54 0.59
Hex CE 7E 5D 0 27 37 13 12 36 3B
Octal 316 176 135 0 47 67 23 22 66 73
Binary 11001110 1111110 1011101 0 100111 110111 10011 10010 110110 111011

Color Harmonies of #CE7E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E5D

Black with #CE7E5D

Text Example


Text Example

White with #CE7E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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