Html Css Color HEX #CE7D5F Burning Sand

📋 copy color: '#CE7D5F'

red 206 ◦ green 125 ◦ blue 95

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

Shades of Burning Sand #CE7D5F

Tints of Burning Sand #CE7D5F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

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

R = 48.36%
G = 29.34%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE7D5F (or 0xCE7D5F) is known color: Burning Sand. HEX triplet: CE, 7D and 5F. RGB value is (206,125,95). Sum of RGB (Red+Green+Blue) = 206+125+95=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D5F is #3182A0. Grayscale: #929292. Windows color (decimal): -3244705 or 6258126. OLE color: 6258126.

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

Color convert

RGB 206 125 95 -
CMYK 0 0.39 0.54 0.19
HSL 16.22º 0.53% 0.59% -
HSV(B) 16.22º 0.54% 0.81% -
XYZ 34.85 28.62 14.51 -
YUV 145.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 206 125 95 0 0.39 0.54 0.19 16.22 0.53 0.59
Hex CE 7D 5F 0 27 36 13 10 35 3B
Octal 316 175 137 0 47 66 23 20 65 73
Binary 11001110 1111101 1011111 0 100111 110110 10011 10000 110101 111011

Color Harmonies of #CE7D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D5F

Black with #CE7D5F

Text Example


Text Example

White with #CE7D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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