Html Css Color HEX #CE855A Burning Sand

📋 copy color: '#CE855A'

red 206 ◦ green 133 ◦ blue 90

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

Shades of Burning Sand #CE855A

Tints of Burning Sand #CE855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 90 (35.55% from 255) = 20.98%

R = 48.02%
G = 31%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CE855A (or 0xCE855A) is known color: Burning Sand. HEX triplet: CE, 85 and 5A. RGB value is (206,133,90). Sum of RGB (Red+Green+Blue) = 206+133+90=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE855A is #317AA5. Grayscale: #969696. Windows color (decimal): -3242662 or 5932494. OLE color: 5932494.

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

Color convert

RGB 206 133 90 -
CMYK 0 0.35 0.56 0.19
HSL 22.24º 0.54% 0.58% -
HSV(B) 22.24º 0.56% 0.81% -
XYZ 35.69 30.64 13.71 -
YUV 149.93 94.18 168 -
System Red Green Blue C M Y K H S L
Decimal 206 133 90 0 0.35 0.56 0.19 22.24 0.54 0.58
Hex CE 85 5A 0 23 38 13 16 36 3A
Octal 316 205 132 0 43 70 23 26 66 72
Binary 11001110 10000101 1011010 0 100011 111000 10011 10110 110110 111010

Color Harmonies of #CE855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE855A

Black with #CE855A

Text Example


Text Example

White with #CE855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE855A; }

 p { color: rgb(206,133,90); }

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

background-color css

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

 a { background-color: rgb(206,133,90); }

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

border-color css

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

 span { border-color: rgb(206,133,90); }

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