#CBB963

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

Shades of Tacha #CBB963

Tints of Tacha #CBB963

Color information

#CBB963 (or 0xCBB963) is unknown color: approx Tacha. HEX triplet: CB, B9 and 63. RGB value is (203,185,99). Sum of RGB (Red+Green+Blue) = 203+185+99=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 99 (39.06% from 255 or 20.33% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB963 is #34469C. Grayscale: #B4B4B4. Windows color (decimal): -3425949 or 6535627. OLE color: 6535627.

HSL color Cylindrical-coordinate representation of color #CBB963: hue angle of 49.62º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBB963 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB20318599-
CMYK00.090.510.20
HSL49.62º50%59.22%-
HSV(B)49.62º51.23%79.61%-
XYZ44.2348.318.8-
YUV180.5881.96143.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.68%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 99 (39.06% from 255) = 20.33%
R=41.68%
G=37.99%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031859900.090.510.2049.625059.22
HexCBB96309331432323b
Octal3132711430116324626273
Binary110010111011100111000110100111001110100110010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB963; }

 p { color: rgb(203,185,99); }

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

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

 a { background-color: rgb(203,185,99); }

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

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

 span { border-color: rgb(203,185,99); }

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