#CBB466

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

Shades of Tacha #CBB466

Tints of Tacha #CBB466

Color information

#CBB466 (or 0xCBB466) is unknown color: approx Tacha. HEX triplet: CB, B4 and 66. RGB value is (203,180,102). Sum of RGB (Red+Green+Blue) = 203+180+102=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB466 is #344B99. Grayscale: #B2B2B2. Windows color (decimal): -3427226 or 6730955. OLE color: 6730955.

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

Color convert

RGB203180102-
CMYK00.110.500.20
HSL46.34º49.27%59.8%-
HSV(B)46.34º49.75%79.61%-
XYZ43.3546.319.22-
YUV177.9885.12145.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=41.86%
G=37.11%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318010200.110.500.2046.3449.2759.8
HexCBB4660B32142e313c
Octal3132641460136224566174
Binary110010111011010011001100101111001010100101110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB466; }

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

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

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

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

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

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

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

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