#CE9B52

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

Shades of Twine #CE9B52

Tints of Twine #CE9B52

Color information

#CE9B52 (or 0xCE9B52) is unknown color: approx Twine. HEX triplet: CE, 9B and 52. RGB value is (206,155,82). Sum of RGB (Red+Green+Blue) = 206+155+82=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9B52 is #3164AD. Grayscale: #A2A2A2. Windows color (decimal): -3237038 or 5413838. OLE color: 5413838.

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

Color convert

RGB20615582-
CMYK00.250.600.19
HSL35.32º55.86%56.47%-
HSV(B)35.32º60.19%80.78%-
XYZ38.737.1713.12-
YUV161.9382.9159.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 82 (32.42% from 255) = 18.51%
R=46.50%
G=34.99%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061558200.250.600.1935.3255.8656.47
HexCE9B520193C13233838
Octal3162331220317423437070
Binary1100111010011011101001001100111110010011100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9B52; }

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

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

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

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

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

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

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

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