Html Css Color HEX #CE7D5D Burning Sand

📋 copy color: '#CE7D5D'

red 206 ◦ green 125 ◦ blue 93

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

Shades of Burning Sand #CE7D5D

Tints of Burning Sand #CE7D5D

RGB

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

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

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

R = 48.58%
G = 29.48%
B = 21.93%

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

#CE7D5D (or 0xCE7D5D) is known color: Burning Sand. HEX triplet: CE, 7D and 5D. RGB value is (206,125,93). Sum of RGB (Red+Green+Blue) = 206+125+93=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D5D is #3182A2. Grayscale: #919191. Windows color (decimal): -3244707 or 6127054. OLE color: 6127054.

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

Color convert

RGB 206 125 93 -
CMYK 0 0.39 0.55 0.19
HSL 16.99º 0.54% 0.59% -
HSV(B) 16.99º 0.55% 0.81% -
XYZ 34.76 28.58 14.04 -
YUV 145.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 206 125 93 0 0.39 0.55 0.19 16.99 0.54 0.59
Hex CE 7D 5D 0 27 37 13 11 36 3B
Octal 316 175 135 0 47 67 23 21 66 73
Binary 11001110 1111101 1011101 0 100111 110111 10011 10001 110110 111011

Color Harmonies of #CE7D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D5D

Black with #CE7D5D

Text Example


Text Example

White with #CE7D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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