#CE8050

Color #CE8050 Raw Sienna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Sienna #CE8050

Tints of Raw Sienna #CE8050

Color information

#CE8050 (or 0xCE8050) is unknown color: approx Raw Sienna. HEX triplet: CE, 80 and 50. RGB value is (206,128,80). Sum of RGB (Red+Green+Blue) = 206+128+80=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8050 is #317FAF. Grayscale: #929292. Windows color (decimal): -3243952 or 5275854. OLE color: 5275854.

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

Color convert

RGB20612880-
CMYK00.380.610.19
HSL22.86º56.25%56.08%-
HSV(B)22.86º61.17%80.78%-
XYZ34.6229.1411.39-
YUV145.8590.84170.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.76%
GREEN value IS 128 (50.39% from 255) = 30.92%
BLUE value IS 80 (31.64% from 255) = 19.32%
R=49.76%
G=30.92%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061288000.380.610.1922.8656.2556.08
HexCE80500263D13173838
Octal3162001200467523277070
Binary1100111010000000101000001001101111011001110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8050; }

 p { color: rgb(206,128,80); }

 H1.HeaderClassName
 {
   color: #CE8050;
 }
 .AnyTagClassName
 {
   color: #CE8050;
 }
</style>
background-color css

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

 a { background-color: rgb(206,128,80); }

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

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

 span { border-color: rgb(206,128,80); }

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