#CCBA64

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

Shades of Tacha #CCBA64

Tints of Tacha #CCBA64

Color information

#CCBA64 (or 0xCCBA64) is unknown color: approx Tacha. HEX triplet: CC, BA and 64. RGB value is (204,186,100). Sum of RGB (Red+Green+Blue) = 204+186+100=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA64 is #33459B. Grayscale: #B5B5B5. Windows color (decimal): -3360156 or 6601420. OLE color: 6601420.

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

Color convert

RGB204186100-
CMYK00.090.510.2
HSL49.62º50.49%59.61%-
HSV(B)49.62º50.98%80%-
XYZ44.7648.8819.13-
YUV181.5881.96143.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 100 (39.45% from 255) = 20.41%
R=41.63%
G=37.96%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418610000.090.510.249.6250.4959.61
HexCCBA6409331432323c
Octal3142721440116324626274
Binary110011001011101011001000100111001110100110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA64; }

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

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

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

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

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

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

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

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