#CB9A58

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

Shades of Twine #CB9A58

Tints of Twine #CB9A58

Color information

#CB9A58 (or 0xCB9A58) is unknown color: approx Twine. HEX triplet: CB, 9A and 58. RGB value is (203,154,88). Sum of RGB (Red+Green+Blue) = 203+154+88=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A58 is #3465A7. Grayscale: #A1A1A1. Windows color (decimal): -3433896 or 5806795. OLE color: 5806795.

HSL color Cylindrical-coordinate representation of color #CB9A58: hue angle of 34.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB9A58 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB20315488-
CMYK00.240.570.20
HSL34.43º52.51%57.06%-
HSV(B)34.43º56.65%79.61%-
XYZ37.9536.5114.28-
YUV161.1386.73157.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 88 (34.77% from 255) = 19.78%
R=45.62%
G=34.61%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031548800.240.570.2034.4352.5157.06
HexCB9A580183914223539
Octal3132321300307124426571
Binary1100101110011010101100001100011100110100100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9A58; }

 p { color: rgb(203,154,88); }

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

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

 a { background-color: rgb(203,154,88); }

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

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

 span { border-color: rgb(203,154,88); }

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