Html Css Color HEX #CE7E5C Burning Sand

📋 copy color: '#CE7E5C'

red 206 ◦ green 126 ◦ blue 92

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

Shades of Burning Sand #CE7E5C

Tints of Burning Sand #CE7E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 48.58%
G = 29.72%
B = 21.7%

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

#CE7E5C (or 0xCE7E5C) is known color: Burning Sand. HEX triplet: CE, 7E and 5C. RGB value is (206,126,92). Sum of RGB (Red+Green+Blue) = 206+126+92=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E5C is #3181A3. Grayscale: #929292. Windows color (decimal): -3244452 or 6061774. OLE color: 6061774.

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

Color convert

RGB 206 126 92 -
CMYK 0 0.39 0.55 0.19
HSL 17.89º 0.54% 0.58% -
HSV(B) 17.89º 0.55% 0.81% -
XYZ 34.85 28.82 13.85 -
YUV 146.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 206 126 92 0 0.39 0.55 0.19 17.89 0.54 0.58
Hex CE 7E 5C 0 27 37 13 12 36 3A
Octal 316 176 134 0 47 67 23 22 66 72
Binary 11001110 1111110 1011100 0 100111 110111 10011 10010 110110 111010

Color Harmonies of #CE7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E5C

Black with #CE7E5C

Text Example


Text Example

White with #CE7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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