Html Css Color HEX #CE7C5F Burning Sand

📋 copy color: '#CE7C5F'

red 206 ◦ green 124 ◦ blue 95

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

Shades of Burning Sand #CE7C5F

Tints of Burning Sand #CE7C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.35%

R = 48.47%
G = 29.18%
B = 22.35%

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

#CE7C5F (or 0xCE7C5F) is known color: Burning Sand. HEX triplet: CE, 7C and 5F. RGB value is (206,124,95). Sum of RGB (Red+Green+Blue) = 206+124+95=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C5F is #3183A0. Grayscale: #919191. Windows color (decimal): -3244961 or 6257870. OLE color: 6257870.

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

Color convert

RGB 206 124 95 -
CMYK 0 0.40 0.54 0.19
HSL 15.68º 0.53% 0.59% -
HSV(B) 15.68º 0.54% 0.81% -
XYZ 34.73 28.36 14.47 -
YUV 145.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 206 124 95 0 0.40 0.54 0.19 15.68 0.53 0.59
Hex CE 7C 5F 0 28 36 13 10 35 3B
Octal 316 174 137 0 50 66 23 20 65 73
Binary 11001110 1111100 1011111 0 101000 110110 10011 10000 110101 111011

Color Harmonies of #CE7C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C5F

Black with #CE7C5F

Text Example


Text Example

White with #CE7C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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