#CB9455

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

Shades of Twine #CB9455

Tints of Twine #CB9455

Color information

#CB9455 (or 0xCB9455) is unknown color: approx Twine. HEX triplet: CB, 94 and 55. RGB value is (203,148,85). Sum of RGB (Red+Green+Blue) = 203+148+85=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9455 is #346BAA. Grayscale: #9D9D9D. Windows color (decimal): -3435435 or 5608651. OLE color: 5608651.

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

Color convert

RGB20314885-
CMYK00.270.580.20
HSL32.03º53.15%56.47%-
HSV(B)32.03º58.13%79.61%-
XYZ36.8634.5313.32-
YUV157.2687.22160.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=46.56%
G=33.94%
B=19.50%

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
Decimal2031488500.270.580.2032.0353.1556.47
HexCB945501B3A14203538
Octal3132241250337224406570
Binary1100101110010100101010101101111101010100100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9455; }

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

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

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

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

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

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

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

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