#CB9658

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

Shades of Twine #CB9658

Tints of Twine #CB9658

Color information

#CB9658 (or 0xCB9658) is unknown color: approx Twine. HEX triplet: CB, 96 and 58. RGB value is (203,150,88). Sum of RGB (Red+Green+Blue) = 203+150+88=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 88 (34.77% from 255 or 19.95% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9658 is #3469A7. Grayscale: #9F9F9F. Windows color (decimal): -3434920 or 5805771. OLE color: 5805771.

HSL color Cylindrical-coordinate representation of color #CB9658: hue angle of 32.35º 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 #CB9658 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB20315088-
CMYK00.260.570.20
HSL32.35º52.51%57.06%-
HSV(B)32.35º56.65%79.61%-
XYZ37.335.2114.06-
YUV158.7888.06159.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 88 (34.77% from 255) = 19.95%
R=46.03%
G=34.01%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031508800.260.570.2032.3552.5157.06
HexCB965801A3914203539
Octal3132261300327124406571
Binary1100101110010110101100001101011100110100100000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9658; }

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

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

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

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

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

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

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

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