#CCB764

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

Shades of Tacha #CCB764

Tints of Tacha #CCB764

Color information

#CCB764 (or 0xCCB764) is unknown color: approx Tacha. HEX triplet: CC, B7 and 64. RGB value is (204,183,100). Sum of RGB (Red+Green+Blue) = 204+183+100=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB764 is #33489B. Grayscale: #B4B4B4. Windows color (decimal): -3360924 or 6600652. OLE color: 6600652.

HSL color Cylindrical-coordinate representation of color #CCB764: hue angle of 47.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCB764 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB204183100-
CMYK00.100.510.2
HSL47.88º50.49%59.61%-
HSV(B)47.88º50.98%80%-
XYZ44.1447.6218.92-
YUV179.8282.96145.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 100 (39.45% from 255) = 20.53%
R=41.89%
G=37.58%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418310000.100.510.247.8850.4959.61
HexCCB7640A331430323c
Octal3142671440126324606274
Binary110011001011011111001000101011001110100110000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB764; }

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

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

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

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

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

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

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

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