#CBB764

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

Shades of Tacha #CBB764

Tints of Tacha #CBB764

Color information

#CBB764 (or 0xCBB764) is unknown color: approx Tacha. HEX triplet: CB, B7 and 64. RGB value is (203,183,100). Sum of RGB (Red+Green+Blue) = 203+183+100=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB764 is #34489B. Grayscale: #B3B3B3. Windows color (decimal): -3426460 or 6600651. OLE color: 6600651.

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

Color convert

RGB203183100-
CMYK00.100.510.20
HSL48.35º49.76%59.41%-
HSV(B)48.35º50.74%79.61%-
XYZ43.8647.4818.91-
YUV179.5283.13144.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.77%
GREEN value IS 183 (71.88% from 255) = 37.65%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=41.77%
G=37.65%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318310000.100.510.2048.3549.7659.41
HexCBB7640A331430323b
Octal3132671440126324606273
Binary110010111011011111001000101011001110100110000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB764; }

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

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

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

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

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

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

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

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