#CBB659

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

Shades of Tacha #CBB659

Tints of Tacha #CBB659

Color information

#CBB659 (or 0xCBB659) is unknown color: approx Tacha. HEX triplet: CB, B6 and 59. RGB value is (203,182,89). Sum of RGB (Red+Green+Blue) = 203+182+89=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB659 is #3449A6. Grayscale: #B2B2B2. Windows color (decimal): -3426727 or 5879499. OLE color: 5879499.

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

Color convert

RGB20318289-
CMYK00.100.560.20
HSL48.95º52.29%57.25%-
HSV(B)48.95º56.16%79.61%-
XYZ43.1646.8716.22-
YUV177.6877.96146.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 182 (71.48% from 255) = 38.40%
BLUE value IS 89 (35.16% from 255) = 18.78%
R=42.83%
G=38.40%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031828900.100.560.2048.9552.2957.25
HexCBB6590A3814313439
Octal3132661310127024616471
Binary110010111011011010110010101011100010100110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB659; }

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

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

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

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

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

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

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

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