#CE9950

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

Shades of Twine #CE9950

Tints of Twine #CE9950

Color information

#CE9950 (or 0xCE9950) is unknown color: approx Twine. HEX triplet: CE, 99 and 50. RGB value is (206,153,80). Sum of RGB (Red+Green+Blue) = 206+153+80=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9950 is #3166AF. Grayscale: #A0A0A0. Windows color (decimal): -3237552 or 5282254. OLE color: 5282254.

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

Color convert

RGB20615380-
CMYK00.260.610.19
HSL34.76º56.25%56.08%-
HSV(B)34.76º61.17%80.78%-
XYZ38.2936.4812.61-
YUV160.5282.56160.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 80 (31.64% from 255) = 18.22%
R=46.92%
G=34.85%
B=18.22%

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
Decimal2061538000.260.610.1934.7656.2556.08
HexCE995001A3D13233838
Octal3162311200327523437070
Binary1100111010011001101000001101011110110011100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9950; }

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

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

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

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

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

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

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

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