#CB9555

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

Shades of Twine #CB9555

Tints of Twine #CB9555

Color information

#CB9555 (or 0xCB9555) is unknown color: approx Twine. HEX triplet: CB, 95 and 55. RGB value is (203,149,85). Sum of RGB (Red+Green+Blue) = 203+149+85=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9555 is #346AAA. Grayscale: #9E9E9E. Windows color (decimal): -3435179 or 5608907. OLE color: 5608907.

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

Color convert

RGB20314985-
CMYK00.270.580.20
HSL32.54º53.15%56.47%-
HSV(B)32.54º58.13%79.61%-
XYZ37.0234.8513.37-
YUV157.8586.89160.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 85 (33.59% from 255) = 19.45%
R=46.45%
G=34.10%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031498500.270.580.2032.5453.1556.47
HexCB955501B3A14213538
Octal3132251250337224416570
Binary1100101110010101101010101101111101010100100001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9555; }

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

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

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

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

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

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

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

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