#CE9850

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

Shades of Twine #CE9850

Tints of Twine #CE9850

Color information

#CE9850 (or 0xCE9850) is unknown color: approx Twine. HEX triplet: CE, 98 and 50. RGB value is (206,152,80). Sum of RGB (Red+Green+Blue) = 206+152+80=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9850 is #3167AF. Grayscale: #A0A0A0. Windows color (decimal): -3237808 or 5281998. OLE color: 5281998.

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

Color convert

RGB20615280-
CMYK00.260.610.19
HSL34.29º56.25%56.08%-
HSV(B)34.29º61.17%80.78%-
XYZ38.1336.1612.56-
YUV159.9482.89160.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.03%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=47.03%
G=34.70%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061528000.260.610.1934.2956.2556.08
HexCE985001A3D13223838
Octal3162301200327523427070
Binary1100111010011000101000001101011110110011100010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9850; }

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

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

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

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

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

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

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

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