#CB9959

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

Shades of Twine #CB9959

Tints of Twine #CB9959

Color information

#CB9959 (or 0xCB9959) is unknown color: approx Twine. HEX triplet: CB, 99 and 59. RGB value is (203,153,89). Sum of RGB (Red+Green+Blue) = 203+153+89=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9959 is #3466A6. Grayscale: #A0A0A0. Windows color (decimal): -3434151 or 5872075. OLE color: 5872075.

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

Color convert

RGB20315389-
CMYK00.250.560.20
HSL33.68º52.29%57.25%-
HSV(B)33.68º56.16%79.61%-
XYZ37.8236.214.45-
YUV160.6587.56158.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 89 (35.16% from 255) = 20%
R=45.62%
G=34.38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031538900.250.560.2033.6852.2957.25
HexCB99590193814223439
Octal3132311310317024426471
Binary1100101110011001101100101100111100010100100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9959; }

 p { color: rgb(203,153,89); }

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

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

 a { background-color: rgb(203,153,89); }

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

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

 span { border-color: rgb(203,153,89); }

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