#CBB464

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

Shades of Tacha #CBB464

Tints of Tacha #CBB464

Color information

#CBB464 (or 0xCBB464) is unknown color: approx Tacha. HEX triplet: CB, B4 and 64. RGB value is (203,180,100). Sum of RGB (Red+Green+Blue) = 203+180+100=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB464 is #344B9B. Grayscale: #B2B2B2. Windows color (decimal): -3427228 or 6599883. OLE color: 6599883.

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

Color convert

RGB203180100-
CMYK00.110.510.20
HSL46.6º49.76%59.41%-
HSV(B)46.6º50.74%79.61%-
XYZ43.2546.2618.71-
YUV177.7684.12146-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.03%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=42.03%
G=37.27%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318010000.110.510.2046.649.7659.41
HexCBB4640B33142f323b
Octal3132641440136324576273
Binary110010111011010011001000101111001110100101111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB464; }

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

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

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

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

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

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

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

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