#CBB964

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

Shades of Tacha #CBB964

Tints of Tacha #CBB964

Color information

#CBB964 (or 0xCBB964) is unknown color: approx Tacha. HEX triplet: CB, B9 and 64. RGB value is (203,185,100). Sum of RGB (Red+Green+Blue) = 203+185+100=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB964 is #34469B. Grayscale: #B5B5B5. Windows color (decimal): -3425948 or 6601163. OLE color: 6601163.

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

Color convert

RGB203185100-
CMYK00.090.510.20
HSL49.51º49.76%59.41%-
HSV(B)49.51º50.74%79.61%-
XYZ44.2848.3119.05-
YUV180.6982.46143.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.60%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 100 (39.45% from 255) = 20.49%
R=41.60%
G=37.91%
B=20.49%

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
Decimal20318510000.090.510.2049.5149.7659.41
HexCBB96409331432323b
Octal3132711440116324626273
Binary110010111011100111001000100111001110100110010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB964; }

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

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

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

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

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

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

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

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