#CE9B4F

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

Shades of Twine #CE9B4F

Tints of Twine #CE9B4F

Color information

#CE9B4F (or 0xCE9B4F) is unknown color: approx Twine. HEX triplet: CE, 9B and 4F. RGB value is (206,155,79). Sum of RGB (Red+Green+Blue) = 206+155+79=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B4F is #3164B0. Grayscale: #A1A1A1. Windows color (decimal): -3237041 or 5217230. OLE color: 5217230.

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

Color convert

RGB20615579-
CMYK00.250.620.19
HSL35.91º56.44%55.88%-
HSV(B)35.91º61.65%80.78%-
XYZ38.5937.1312.53-
YUV161.5881.4159.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 79 (31.25% from 255) = 17.95%
R=46.82%
G=35.23%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061557900.250.620.1935.9156.4455.88
HexCE9B4F0193E13243838
Octal3162331170317623447070
Binary1100111010011011100111101100111111010011100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B4F; }

 p { color: rgb(206,155,79); }

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

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

 a { background-color: rgb(206,155,79); }

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

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

 span { border-color: rgb(206,155,79); }

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