#CCBA60

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

Shades of Tacha #CCBA60

Tints of Tacha #CCBA60

Color information

#CCBA60 (or 0xCCBA60) is unknown color: approx Tacha. HEX triplet: CC, BA and 60. RGB value is (204,186,96). Sum of RGB (Red+Green+Blue) = 204+186+96=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA60 is #33459F. Grayscale: #B5B5B5. Windows color (decimal): -3360160 or 6339276. OLE color: 6339276.

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

Color convert

RGB20418696-
CMYK00.090.530.2
HSL50º51.43%58.82%-
HSV(B)50º52.94%80%-
XYZ44.5748.818.14-
YUV181.1279.96144.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 96 (37.89% from 255) = 19.75%
R=41.98%
G=38.27%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041869600.090.530.25051.4358.82
HexCCBA6009351432333b
Octal3142721400116524626373
Binary110011001011101011000000100111010110100110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA60; }

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

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

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

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

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

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

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

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