#CBB966

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

Shades of Tacha #CBB966

Tints of Tacha #CBB966

Color information

#CBB966 (or 0xCBB966) is unknown color: approx Tacha. HEX triplet: CB, B9 and 66. RGB value is (203,185,102). Sum of RGB (Red+Green+Blue) = 203+185+102=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB966 is #344699. Grayscale: #B5B5B5. Windows color (decimal): -3425946 or 6732235. OLE color: 6732235.

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

Color convert

RGB203185102-
CMYK00.090.500.20
HSL49.31º49.27%59.8%-
HSV(B)49.31º49.75%79.61%-
XYZ44.3848.3519.56-
YUV180.9283.46143.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=41.43%
G=37.76%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318510200.090.500.2049.3149.2759.8
HexCBB96609321431313c
Octal3132711460116224616174
Binary110010111011100111001100100111001010100110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB966; }

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

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

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

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

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

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

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

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