Html Css Color HEX #CE7E55 Burning Sand

📋 copy color: '#CE7E55'

red 206 ◦ green 126 ◦ blue 85

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

Shades of Burning Sand #CE7E55

Tints of Burning Sand #CE7E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.38%

R = 49.4%
G = 30.22%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CE7E55 (or 0xCE7E55) is known color: Burning Sand. HEX triplet: CE, 7E and 55. RGB value is (206,126,85). Sum of RGB (Red+Green+Blue) = 206+126+85=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E55 is #3181AA. Grayscale: #919191. Windows color (decimal): -3244459 or 5603022. OLE color: 5603022.

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

Color convert

RGB 206 126 85 -
CMYK 0 0.39 0.59 0.19
HSL 20.33º 0.55% 0.57% -
HSV(B) 20.33º 0.59% 0.81% -
XYZ 34.55 28.7 12.31 -
YUV 145.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 206 126 85 0 0.39 0.59 0.19 20.33 0.55 0.57
Hex CE 7E 55 0 27 3B 13 14 37 39
Octal 316 176 125 0 47 73 23 24 67 71
Binary 11001110 1111110 1010101 0 100111 111011 10011 10100 110111 111001

Color Harmonies of #CE7E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E55

Black with #CE7E55

Text Example


Text Example

White with #CE7E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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