#CE8F4D

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

Shades of Twine #CE8F4D

Tints of Twine #CE8F4D

Color information

#CE8F4D (or 0xCE8F4D) is unknown color: approx Twine. HEX triplet: CE, 8F and 4D. RGB value is (206,143,77). Sum of RGB (Red+Green+Blue) = 206+143+77=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8F4D is #3170B2. Grayscale: #9A9A9A. Windows color (decimal): -3240115 or 5083086. OLE color: 5083086.

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

Color convert

RGB20614377-
CMYK00.310.630.19
HSL30.7º56.83%55.49%-
HSV(B)30.7º62.62%80.78%-
XYZ36.6233.311.52-
YUV154.3184.37164.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.36%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 77 (30.47% from 255) = 18.08%
R=48.36%
G=33.57%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061437700.310.630.1930.756.8355.49
HexCE8F4D01F3F131f3937
Octal3162171150377723377167
Binary110011101000111110011010111111111111001111111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8F4D; }

 p { color: rgb(206,143,77); }

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

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

 a { background-color: rgb(206,143,77); }

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

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

 span { border-color: rgb(206,143,77); }

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