#CB9554

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

Shades of Twine #CB9554

Tints of Twine #CB9554

Color information

#CB9554 (or 0xCB9554) is unknown color: approx Twine. HEX triplet: CB, 95 and 54. RGB value is (203,149,84). Sum of RGB (Red+Green+Blue) = 203+149+84=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9554 is #346AAB. Grayscale: #9E9E9E. Windows color (decimal): -3435180 or 5543371. OLE color: 5543371.

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

Color convert

RGB20314984-
CMYK00.270.590.20
HSL32.77º53.36%56.27%-
HSV(B)32.77º58.62%79.61%-
XYZ36.9834.8313.16-
YUV157.7486.39160.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 84 (33.20% from 255) = 19.27%
R=46.56%
G=34.17%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031498400.270.590.2032.7753.3656.27
HexCB955401B3B14213538
Octal3132251240337324416570
Binary1100101110010101101010001101111101110100100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9554; }

 p { color: rgb(203,149,84); }

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

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

 a { background-color: rgb(203,149,84); }

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

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

 span { border-color: rgb(203,149,84); }

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