#CCBA66

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

Shades of Tacha #CCBA66

Tints of Tacha #CCBA66

Color information

#CCBA66 (or 0xCCBA66) is unknown color: approx Tacha. HEX triplet: CC, BA and 66. RGB value is (204,186,102). Sum of RGB (Red+Green+Blue) = 204+186+102=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA66 is #334599. Grayscale: #B6B6B6. Windows color (decimal): -3360154 or 6732492. OLE color: 6732492.

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

Color convert

RGB204186102-
CMYK00.090.50.2
HSL49.41º50%60%-
HSV(B)49.41º50%80%-
XYZ44.8648.9119.65-
YUV181.8182.96143.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=41.46%
G=37.80%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418610200.090.50.249.415060
HexCCBA6609321431323c
Octal3142721460116224616274
Binary110011001011101011001100100111001010100110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA66; }

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

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

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

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

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

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

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

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